Skip to content

Commit

Permalink
fix: pin version of chainguard to last working version
Browse files Browse the repository at this point in the history
newer version requires update to the forked/vendored action in our org namespace

prints:
Status: Downloaded newer image for ghcr.io/wolfi-dev/apko:latest
Error: unknown flag: --package-version-tag-stem
2023/11/03 00:05:35 error during command execution: unknown flag: --package-version-tag-stem
  • Loading branch information
Mossman1215 committed Nov 3, 2023
1 parent a431038 commit 55e7037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
tag: ${{ fromJSON(toJSON(matrix)).destination }}
config: ${{ fromJSON(toJSON(matrix)).source }}
source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }}
apko-image: "ghcr.io/wolfi-dev/apko@sha256:ed7bbf853ec77fa4b5ad4840fd42c1391a0341b86541063217277b678e324686"
- uses: GeoNet/chainguard-images-actions/apko-build@cfc56ba1a26d410474fe453d9c9a865fdd422fa7 # main
if: ${{ github.ref != 'refs/heads/main' }}
id: build-local
Expand All @@ -106,6 +107,7 @@ jobs:
tag: ${{ steps.apko-options.outputs.tag }}
config: ${{ fromJSON(toJSON(matrix)).source }}
source-date-epoch: ${{ steps.snapshot-date.outputs.epoch }}
apko-image: "ghcr.io/wolfi-dev/apko@sha256:ed7bbf853ec77fa4b5ad4840fd42c1391a0341b86541063217277b678e324686"
- name: crane get-digests
id: get-digests
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 55e7037

Please sign in to comment.