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 969c867 + 85be11c commit d931710
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sdk-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
id: build_and_push
uses: docker/build-push-action@v6
with:
context: utils
Expand All @@ -66,5 +67,5 @@ jobs:
- name: Tag as latest if requested
if: ${{ inputs.publish_as_latest }}
run: |
docker tag ghcr.io/start9labs/sdk/utils:${{ github.sha }} ghcr.io/start9labs/sdk/utils:latest
docker push ghcr.io/start9labs/sdk/utils:latest
docker manifest create ghcr.io/start9labs/sdk/utils:latest --amend ghcr.io/start9labs/sdk/utils@${{ steps.build_and_push.outputs.digest }}
docker manifest push ghcr.io/start9labs/sdk/utils:latest

0 comments on commit d931710

Please sign in to comment.