Skip to content

Commit

Permalink
Merge pull request #586 from buildpacks/jkutner/update-registy-pub-wi…
Browse files Browse the repository at this point in the history
…th-gha

Update publishing-with-github-actions.md with new github-actions
  • Loading branch information
AidanDelaney committed Jun 10, 2023
2 parents 8fade97 + 29edd0e commit 8709636
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
registry: docker.io
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASS }}
- id: setup-tools
uses: buildpacks/github-actions/setup-tools@v5.1.0
- id: setup-pack
uses: buildpacks/github-actions/setup-pack@v4.9.0
uses: buildpacks/github-actions/setup-pack@v5.1.0
- id: package
run: |
#!/usr/bin/env bash
Expand All @@ -59,7 +61,7 @@ jobs:
env:
REPO: docker.io/${{ secrets.DOCKER_HUB_USER }}
- id: register
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.9.0
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.1.0
with:
token: ${{ secrets.PUBLIC_REPO_TOKEN }}
id: ${{ steps.package.outputs.bp_id }}
Expand Down

0 comments on commit 8709636

Please sign in to comment.