Skip to content

Commit

Permalink
Merge branch 'k0gen:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen authored Oct 29, 2024
2 parents d931710 + 6a09444 commit c779f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sdk-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ jobs:
- name: Tag as latest if requested
if: ${{ inputs.publish_as_latest }}
run: |
docker manifest create ghcr.io/start9labs/sdk/utils:latest --amend ghcr.io/start9labs/sdk/utils@${{ steps.build_and_push.outputs.digest }}
docker manifest create ghcr.io/start9labs/sdk/utils:latest \
--amend ghcr.io/start9labs/sdk/utils:${{ github.sha }}-x86_64 \
--amend ghcr.io/start9labs/sdk/utils:${{ github.sha }}-aarch64
docker manifest push ghcr.io/start9labs/sdk/utils:latest

0 comments on commit c779f18

Please sign in to comment.