Skip to content

Commit

Permalink
Workaround for moby/moby#45562
Browse files Browse the repository at this point in the history
pack acceptance is failing because `docker pull` is checking for the presence
of buildpacksio/lifecycle:latest instead of the commit tag that we used

Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano committed Jun 7, 2023
1 parent 8c965ee commit 683e1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ jobs:
path: pack
- name: Run pack acceptance
run: |
docker pull buildpacksio/lifecycle:latest
cd pack
git checkout $(git describe --abbrev=0 --tags) # check out the latest tag
$env:LIFECYCLE_PATH="..\lifecycle-v${{ env.LIFECYCLE_VERSION }}+windows.x86-64.tgz"
Expand Down

0 comments on commit 683e1b4

Please sign in to comment.