Skip to content

Commit

Permalink
Merge pull request #1561 from jupyterhub/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-2.2.1

build(deps): bump docker/setup-buildx-action from 2.1.0 to 2.2.1
  • Loading branch information
consideRatio authored Oct 20, 2022
2 parents 05e95ff + e55906c commit 253d415
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 @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # dependabot updates to latest release
uses: docker/setup-buildx-action@v2

- 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 @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx (for chartpress multi-arch builds)
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # dependabot updates to latest release
uses: docker/setup-buildx-action@v2

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

0 comments on commit 253d415

Please sign in to comment.