Skip to content

Commit

Permalink
Merge pull request #1904 from buildpacks/jkutner/deps
Browse files Browse the repository at this point in the history
Dependency updates for GHA
  • Loading branch information
jkutner authored Sep 14, 2023
2 parents 7d34676 + 3055e62 commit 6f11101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delivery-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- name: Determine App Name
run: 'echo "IMG_NAME=${{ env.USERNAME }}/${{ env.IMG_NAME }}" >> $GITHUB_ENV'
- name: Login to Dockerhub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: buildpacks/github-actions/[email protected]
- name: Buildx Build/Publish
run: |
Expand Down

0 comments on commit 6f11101

Please sign in to comment.