Skip to content

Commit 32e5405

Browse files
f3l1xclaude
andcommitted
CI: bump Docker GitHub Actions (#75, #76, #77, #78)
- docker/login-action v3 → v4 - docker/setup-qemu-action v3 → v4 - docker/setup-buildx-action v3 → v4 - docker/build-push-action v6 → v7 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9519d28 commit 32e5405

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ jobs:
7777
uses: actions/checkout@v6
7878

7979
- name: Set up QEMU
80-
uses: docker/setup-qemu-action@v3
80+
uses: docker/setup-qemu-action@v4
8181

8282
- name: Set up Docker Buildx
83-
uses: docker/setup-buildx-action@v3
83+
uses: docker/setup-buildx-action@v4
8484

8585
- name: Login to DockerHub
8686
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
87-
uses: docker/login-action@v3
87+
uses: docker/login-action@v4
8888
with:
8989
username: ${{ secrets.DOCKERHUB_USERNAME }}
9090
password: ${{ secrets.DOCKERHUB_TOKEN }}
9191

9292
- name: Build image for testing (linux/amd64)
93-
uses: docker/build-push-action@v6
93+
uses: docker/build-push-action@v7
9494
with:
9595
context: ${{ matrix.context }}
9696
file: ${{ matrix.dockerfile }}
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Build and push to registry
116116
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
117-
uses: docker/build-push-action@v6
117+
uses: docker/build-push-action@v7
118118
with:
119119
context: ${{ matrix.context }}
120120
file: ${{ matrix.dockerfile }}

0 commit comments

Comments
 (0)