Skip to content

Commit a89c2fd

Browse files
committed
Fix typo
1 parent 6b2281f commit a89c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }} ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64
124124
docker manifest push ${{ env.GHCR_REGISTRY_IMAGE }}:${{ github.sha }}
125125
126-
- uses: Create :latest manifest
126+
- name: Create :latest manifest
127127
if: github.ref == 'refs/heads/main'
128128
run: |
129129
docker manifest create ${{ env.GHCR_REGISTRY_IMAGE }}:latest ${{ inputs.image }}:${{ github.sha }}-amd64 ${{ inputs.image }}:${{ github.sha }}-arm64

0 commit comments

Comments
 (0)