Skip to content

Commit

Permalink
install wolfictl
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Nov 6, 2023
1 parent 5662596 commit 9caa30a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/withdraw-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
- uses: actions/checkout@v4

- uses: chainguard-dev/actions/setup-melange@main
- name: "Install wolfictl onto PATH"
run: |
# Copy wolfictl out of the wolfictl image and onto PATH
TMP=$(mktemp -d)
docker run --rm -i -v $TMP:/out --entrypoint /bin/sh ghcr.io/wolfi-dev/sdk:latest@sha256:833bc07380257f7bdcd499ea386f871d162236c7222511891b74ac8602b592a6 -c "cp /usr/bin/wolfictl /out"
echo "$TMP" >> $GITHUB_PATH
- id: auth
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 9caa30a

Please sign in to comment.