Skip to content

Commit 31bc5d8

Browse files
authored
Merge pull request #8 from cloudstruct/fix/update-publish
fix: update publish workflow metadata step
2 parents f0f3759 + 7d040cd commit 31bc5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
type=ref,event=branch
101101
type=ref,event=tag
102102
- name: manifest
103-
run: docker manifest create ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }} --amend ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}-amd64 --amend ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}-arm64v8
103+
run: docker manifest create ${{ steps.meta.outputs.tags }} --amend ${{ steps.meta.outputs.tags }}-amd64 --amend ${{ steps.meta.outputs.tags }}-arm64v8
104104
- name: push
105-
run: docker manifest push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
105+
run: docker manifest push ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)