Skip to content

Commit

Permalink
⬆️ Update docker/setup-buildx-action action to v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2023
1 parent 79fe9da commit 2233f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: 🏗 Set up QEMU
uses: docker/[email protected]
- name: 🏗 Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
- name: ℹ️ Compose build flags
id: flags
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: 🏗 Set up QEMU
uses: docker/[email protected]
- name: 🏗 Set up Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
- name: ℹ️ Compose build flags
id: flags
run: |
Expand Down

0 comments on commit 2233f97

Please sign in to comment.