We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa62de + 33b26d6 commit cf08604Copy full SHA for cf08604
.github/workflows/main.yml
@@ -45,6 +45,8 @@ jobs:
45
password: ${{ secrets.GITHUB_TOKEN }}
46
- id: build-image
47
run: |
48
- pack build imtrand -b paketo-community/rust -B paketobuildpacks/builder-jammy-base:latest
49
- docker image tag imtrand ghcr.io/simonerm/imtrand:next
50
- docker image push ghcr.io/simonerm/imtrand:next
+ pack build ghcr.io/simonerm/imtrand:next \
+ --buildpack paketo-community/rust \
+ --builder paketobuildpacks/builder-jammy-base:latest \
51
+ --cache-image ghcr.io/simonerm/imtrand-cache:next \
52
+ --publish
0 commit comments