Skip to content

Commit d37767d

Browse files
authored
Update dockerhub.yml
1 parent 298b94b commit d37767d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/dockerhub.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ jobs:
2828
type=semver,pattern={{major}}.{{minor}}
2929
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
3030
- name: Set up QEMU
31-
uses: docker/setup-qemu-action@v1
31+
uses: docker/setup-qemu-action@v3
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v1
34+
uses: docker/setup-buildx-action@v3
3535

3636
- name: Login to DockerHub
37-
uses: docker/login-action@v1
37+
uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_TOKEN }}
4141

4242
- name: Build and push the Debian based image
4343
id: docker_build_debian
44-
uses: docker/build-push-action@v2
44+
uses: docker/build-push-action@v6
4545
with:
4646
file: Dockerfile
4747
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x
@@ -74,20 +74,20 @@ jobs:
7474
flavor: latest=false
7575

7676
- name: Set up QEMU
77-
uses: docker/setup-qemu-action@v1
77+
uses: docker/setup-qemu-action@v3
7878

7979
- name: Set up Docker Buildx
80-
uses: docker/setup-buildx-action@v1
80+
uses: docker/setup-buildx-action@v3
8181

8282
- name: Login to DockerHub
83-
uses: docker/login-action@v1
83+
uses: docker/login-action@v3
8484
with:
8585
username: ${{ secrets.DOCKERHUB_USERNAME }}
8686
password: ${{ secrets.DOCKERHUB_TOKEN }}
8787

8888
- name: Build and push the Alpine based image
8989
id: docker_build_alpine
90-
uses: docker/build-push-action@v2
90+
uses: docker/build-push-action@v6
9191
with:
9292
file: Dockerfile.alpine
9393
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x

0 commit comments

Comments
 (0)