remove double push:
This commit is contained in:
parent
1c3440d919
commit
2d6da8343d
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -26,9 +26,3 @@ jobs:
|
|||
--push \
|
||||
--cache-to 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
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
- run: |
|
||||
docker push ghcr.io/${{ github.repository }}/${{ matrix.service }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue