Skip to content

Commit d2c76dc

Browse files
authored
Merge pull request #750 from traPtitech/dependabot/github_actions/docker/setup-buildx-action-3
⬆️ Bump docker/setup-buildx-action from 2 to 3
2 parents 4b1e35a + 3e91863 commit d2c76dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-v1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: traptitech
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727
- name: Build and push
2828
uses: docker/build-push-action@v5
2929
with:

.github/workflows/image-v2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
username: traptitech
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727
- name: Build and push
2828
uses: docker/build-push-action@v5
2929
with:

0 commit comments

Comments
 (0)