Skip to content

Commit c9cd54f

Browse files
Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 (#80)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1.1.2...012185c) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1177b43 commit c9cd54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: 🏗 Set up QEMU
139139
uses: docker/[email protected]
140140
- name: 🏗 Set up Docker Buildx
141-
uses: docker/setup-buildx-action@v1.1.2
141+
uses: docker/setup-buildx-action@v1.2.0
142142
- name: ℹ️ Compose build flags
143143
id: flags
144144
run: |

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: 🏗 Set up QEMU
7878
uses: docker/[email protected]
7979
- name: 🏗 Set up Docker Buildx
80-
uses: docker/setup-buildx-action@v1.1.2
80+
uses: docker/setup-buildx-action@v1.2.0
8181
- name: ℹ️ Compose build flags
8282
id: flags
8383
run: |

0 commit comments

Comments
 (0)