We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af495af commit a0eae8eCopy full SHA for a0eae8e
content/docs/buildpack-author-guide/publishing-with-github-actions.md
@@ -42,7 +42,7 @@ jobs:
42
username: ${{ secrets.DOCKER_HUB_USER }}
43
password: ${{ secrets.DOCKER_HUB_PASS }}
44
- id: setup-pack
45
- uses: buildpacks/github-actions/setup-pack@v4.1.0
+ uses: buildpacks/github-actions/setup-pack@v4.4.0
46
- id: package
47
run: |
48
#!/usr/bin/env bash
@@ -59,7 +59,7 @@ jobs:
59
env:
60
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
61
- id: register
62
- uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.1.0
+ uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.4.0
63
with:
64
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
65
id: ${{ steps.package.outputs.bp_id }}
0 commit comments