We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69868bd commit 61e62a8Copy full SHA for 61e62a8
2 files changed
.github/workflows/push-buildpackage.yml
@@ -112,7 +112,7 @@ jobs:
112
password: ${{ env.GCR_PASSWORD }}
113
registry: ${{ env.GCR_REGISTRY }}
114
115
- - uses: buildpacks/github-actions/setup-tools@v5.11.0
+ - uses: buildpacks/github-actions/setup-tools@v5.12.1
116
- name: Push to DockerHub
117
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118
id: push
scripts/.util/tools.json
@@ -1,6 +1,6 @@
1
{
2
"createpackage": "v1.73.0",
3
"jam": "v2.17.3",
4
- "libpaktools": "v0.5.0",
5
- "pack": "v0.40.3"
+ "libpaktools": "v0.6.0",
+ "pack": "v0.40.4"
6
}
0 commit comments