Skip to content

Commit

Permalink
fix crane platform
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 11, 2024
1 parent b6f6514 commit 9d2b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Tag the release as latest
if: startsWith(github.ref, 'refs/tags/')
run: |
curl -sL https://github.com/google/go-containerregistry/releases/download/v0.19.0/go-containerregistry_Darwin_x86_64.tar.gz | tar -zxvf - -C /usr/local/bin/ crane
curl -sL https://github.com/google/go-containerregistry/releases/download/v0.19.0/go-containerregistry_Linux_x86_64.tar.gz | tar -zxvf - -C /usr/local/bin/ crane
crane tag ghcr.io/glehmann/yage:${{ github.ref_name }} latest

0 comments on commit 9d2b814

Please sign in to comment.