We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8432cbc commit 67daac4Copy full SHA for 67daac4
.github/workflows/docker-publish.yml
@@ -60,7 +60,6 @@ jobs:
60
platforms: linux/amd64,linux/arm64
61
push: ${{ github.event_name == 'push' }} # PRs build but don’t publish
62
tags: |
63
- tags: |
64
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
65
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
66
cache-from: type=local,src=/tmp/.buildx-cache
0 commit comments