Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Updated manifest step
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Oct 6, 2021
1 parent 382b295 commit 2e41ce6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@ jobs:
docker manifest create ${{ steps.tags.outputs.manifest }} \
--amend ${{ steps.tags.outputs.manifest }}-arm \
--amend ${{ steps.tags.outputs.manifest }}-arm64
docker push ${{ steps.tags.outputs.manifest }}
docker manifest annotate ${{ steps.tags.outputs.manifest }} \
${{ steps.tags.outputs.manifest }}-arm --arch arm
docker manifest annotate ${{ steps.tags.outputs.manifest }} \
${{ steps.tags.outputs.manifest }}-arm64 --arch arm64
docker manifest push ${{ steps.tags.outputs.manifest }}

0 comments on commit 2e41ce6

Please sign in to comment.