Skip to content

Commit

Permalink
Merge pull request jupyterhub#3237 from jupyterhub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/docker/setup-buildx-action-3

build(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
consideRatio authored Oct 1, 2023
2 parents 5629798 + 54d8751 commit 17f9418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Install chart publishing dependencies (chartpress, helm)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build a multiple architecture Docker image
run: >-
Expand Down

0 comments on commit 17f9418

Please sign in to comment.