Skip to content

Commit 62b7117

Browse files
Update docker/setup-buildx-action action to v3
| datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v2 | v3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2603351 commit 62b7117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Docker Buildx
18-
uses: docker/setup-buildx-action@v2
18+
uses: docker/setup-buildx-action@v3
1919
with:
2020
install: true
2121

0 commit comments

Comments
 (0)