Skip to content

Commit

Permalink
Merge pull request #146 from erik73/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-2.2.1

Bump docker/setup-buildx-action from 2.2.0 to 2.2.1
  • Loading branch information
erik73 authored Oct 20, 2022
2 parents 858e2e0 + 8981035 commit d11b17e
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 @@ -138,7 +138,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 @@ -77,7 +77,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 d11b17e

Please sign in to comment.