We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2281f commit a89c2fdCopy full SHA for a89c2fd
.github/workflows/go.yaml
@@ -123,7 +123,7 @@ jobs:
123
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }} ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64
124
docker manifest push ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }}
125
126
- - uses: Create :latest manifest
+ - name: Create :latest manifest
127
if: github.ref == 'refs/heads/main'
128
run: |
129
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:latest ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64
0 commit comments