Skip to content

Commit

Permalink
Merge pull request jupyterhub#118 from jupyterhub/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
consideRatio authored Jul 8, 2024
2 parents 7f16655 + 1612d19 commit 947092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
- name: Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
vncserver=${{ matrix.vncserver }}
Expand Down

0 comments on commit 947092e

Please sign in to comment.