Skip to content

Commit 8709636

Browse files
authored
Merge pull request cds-hooks#586 from buildpacks/jkutner/update-registy-pub-with-gha
Update publishing-with-github-actions.md with new github-actions
2 parents 8fade97 + 29edd0e commit 8709636

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/docs/buildpack-author-guide/publishing-with-github-actions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
registry: docker.io
4242
username: ${{ secrets.DOCKER_HUB_USER }}
4343
password: ${{ secrets.DOCKER_HUB_PASS }}
44+
- id: setup-tools
45+
uses: buildpacks/github-actions/[email protected]
4446
- id: setup-pack
45-
uses: buildpacks/github-actions/setup-pack@v4.9.0
47+
uses: buildpacks/github-actions/setup-pack@v5.1.0
4648
- id: package
4749
run: |
4850
#!/usr/bin/env bash
@@ -59,7 +61,7 @@ jobs:
5961
env:
6062
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
6163
- 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
6365
with:
6466
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
6567
id: ${{ steps.package.outputs.bp_id }}

0 commit comments

Comments
 (0)