Skip to content

Commit

Permalink
Merge pull request #1504 from buildpacks-community/fix-download-artif…
Browse files Browse the repository at this point in the history
…iacts

[release/v0.13.x] Fix download artifacts
  • Loading branch information
chenbh authored Jan 26, 2024
2 parents 3cbb4ce + be90c23 commit 843bfcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: '*-image'
path: images
merge-multiple: true

- name: Docker Login
uses: docker/login-action@v3.0.0
Expand Down

0 comments on commit 843bfcd

Please sign in to comment.