Skip to content

Commit

Permalink
Update sdk-utils.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez authored Oct 29, 2024
1 parent d05fc9f commit 969c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache,new=true

- name: Tag as latest if requested
if: ${{ inputs.publish_as_latest == 'true' }}
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

0 comments on commit 969c867

Please sign in to comment.