File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/buildpack-author-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
- ubuntu-latest
35
35
steps:
36
36
- id: checkout
37
- uses: actions/checkout@v2
37
+ uses: actions/checkout@v3
38
38
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
39
39
uses: docker/login-action@v1
40
40
with:
41
41
registry: docker.io
42
42
username: ${{ secrets.DOCKER_HUB_USER }}
43
43
password: ${{ secrets.DOCKER_HUB_PASS }}
44
44
- id: setup-pack
45
- uses: buildpacks/github-actions/setup-pack@v4.4 .0
45
+ uses: buildpacks/github-actions/setup-pack@v4.9 .0
46
46
- id: package
47
47
run: |
48
48
#!/usr/bin/env bash
59
59
env:
60
60
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
61
61
- id: register
62
- uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.4 .0
62
+ uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.9 .0
63
63
with:
64
64
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
65
65
id: ${{ steps.package.outputs.bp_id }}
You can’t perform that action at this time.
0 commit comments