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