Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 1, 2025
1 parent 6b2281f commit a89c2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }} ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64
docker manifest push ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }}
- uses: Create :latest manifest
- name: Create :latest manifest
if: github.ref == 'refs/heads/main'
run: |
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:latest ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64
Expand Down

0 comments on commit a89c2fd

Please sign in to comment.