cxumol commited on
Commit
4d73df4
·
unverified ·
1 Parent(s): f8f8f48

fix lowercase

Browse files
.github/workflows/docker-build-push.yml CHANGED
@@ -35,7 +35,7 @@ jobs:
35
  context: .
36
  push: true
37
  tags: |
38
- ghcr.io/${{ lowercase(github.repository) }}:latest
39
- ghcr.io/${{ lowercase(github.repository) }}:${{ github.sha }}
40
  cache-from: type=gha
41
  cache-to: type=gha,mode=max
 
35
  context: .
36
  push: true
37
  tags: |
38
+ ghcr.io/cxumol/coverpilot:latest
39
+ ghcr.io/cxumol/coverpilot:${{ github.sha }}
40
  cache-from: type=gha
41
  cache-to: type=gha,mode=max