File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/docs/buildpack-author-guide Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
registry: docker.io
42
42
username: ${{ secrets.DOCKER_HUB_USER }}
43
43
password: ${{ secrets.DOCKER_HUB_PASS }}
44
+ - id: setup-tools
45
+ uses: buildpacks/github-actions/[email protected]
44
46
- id: setup-pack
45
- uses: buildpacks/github-actions/setup-pack@v4.9 .0
47
+ uses: buildpacks/github-actions/setup-pack@v5.1 .0
46
48
- id: package
47
49
run: |
48
50
#!/usr/bin/env bash
59
61
env:
60
62
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
61
63
- id: register
62
- uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.9 .0
64
+ uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.1 .0
63
65
with:
64
66
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
65
67
id: ${{ steps.package.outputs.bp_id }}
You can’t perform that action at this time.
0 commit comments