Skip to content

Commit acff7cc

Browse files
committed
More update for docker actions
1 parent 8738b68 commit acff7cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Setup QEMU
73-
uses: docker/setup-qemu-action@v3
73+
uses: docker/setup-qemu-action@v4
7474

7575
- name: Setup Docker Buildx
76-
uses: docker/setup-buildx-action@v3
76+
uses: docker/setup-buildx-action@v4
7777

7878
- name: Login to Docker Hub
79-
uses: docker/login-action@v3
79+
uses: docker/login-action@v4
8080
with:
8181
username: ${{ secrets.DOCKER_USERNAME }}
8282
password: ${{ secrets.DOCKER_TOKEN }}
8383

8484
- name: Build and push
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@v7
8686
with:
8787
push: true
8888
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)