Skip to content

Commit

Permalink
prime time
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Oct 29, 2024
1 parent 574aee8 commit d05fc9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sdk-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/k0gen/sdk/utils:${{ github.sha }}
ghcr.io/k0gen/sdk/utils:${{ github.run_number }}
ghcr.io/start9labs/sdk/utils:${{ github.sha }}
ghcr.io/start9labs/sdk/utils:${{ github.run_number }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,new=true

- name: Tag as latest if requested
if: ${{ inputs.publish_as_latest == 'true' }}
run: |
docker tag ghcr.io/k0gen/sdk/utils:${{ github.sha }} ghcr.io/k0gen/sdk/utils:latest
docker push ghcr.io/k0gen/sdk/utils:latest
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 d05fc9f

Please sign in to comment.