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 0bf4894 commit 9dca25cCopy full SHA for 9dca25c
.github/workflows/docker-image.yml
@@ -33,6 +33,6 @@ jobs:
33
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
34
push: true
35
tags: |
36
- ${{ env.REGISTRY }}/${{ github.github.repository }}:${{ github.ref_name }}
37
- ${{ env.REGISTRY }}/${{ github.github.repository }}:latest
+ ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
+ ${{ env.REGISTRY }}/${{ github.repository }}:latest
38
0 commit comments