Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Update docker/setup-buildx-action action to v2 (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Jun 8, 2022
1 parent 6fbe3ec commit 7846339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
steps:
# setup docker buildx
- name: setup docker buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: docker/setup-buildx-action@v1
- uses: docker/setup-buildx-action@v2
with:
install: true

Expand Down

0 comments on commit 7846339

Please sign in to comment.