fix build command
This commit is contained in:
parent
6bd048a9f4
commit
505e71f65f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
--build-arg SERVICE=${{ matrix.service }} \
|
||||
-t ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.sha }} \
|
||||
--cache-to type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }} \
|
||||
--cache-from type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }} .
|
||||
--cache-from type=gha,scope=$GITHUB_REF_NAME-${{ matrix.service }}
|
||||
- run: |
|
||||
docker tag ghcr.io/${{ github.repository }}/${{ matrix.service }}:${{ github.sha }} \
|
||||
ghcr.io/${{ github.repository }}/${{ matrix.service }}:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue