Spaces:
Running
Running
cxumol
commited on
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
|
39 |
-
ghcr.io
|
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
|