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 eb7e360 commit 6a18ff2Copy full SHA for 6a18ff2
.github/workflows/docker-linux.yml
@@ -72,4 +72,4 @@ jobs:
72
file: tools/docker/${{ matrix.dockerfile }}.dockerfile
73
build-args: ${{ matrix.build-args }}
74
platforms: ${{ matrix.platforms }}
75
- tags: ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ github.sha }}, ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
+ tags: ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ github.sha }}
0 commit comments