Skip to content

Commit

Permalink
Use --jobs 1 to ensure correct push date ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Mar 13, 2024
1 parent ebf148b commit 97f7a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
crane-version: "0.19.0"
- name: Copy images
run: crane copy --all-tags docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile
run: crane copy --all-tags --jobs 1 docker.io/heroku/procfile-cnb docker.io/heroku/buildpack-procfile

0 comments on commit 97f7a14

Please sign in to comment.