Skip to content

Commit 753a55d

Browse files
authored
Merge pull request #304 from asternic/asternic-patch-6
Update Docker workflow actions to latest versions
2 parents 591aab9 + 10cacd2 commit 753a55d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@ jobs:
1818

1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v3
24+
uses: docker/setup-qemu-action@v4
2525

2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v4
2828
with:
2929
driver-opts: |
3030
image=moby/buildkit:buildx-stable-1
3131
3232
- name: Login to Docker Hub
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737

3838
- name: Extract metadata (tags, labels) for Docker
3939
id: meta
40-
uses: docker/metadata-action@v5
40+
uses: docker/metadata-action@v6
4141
with:
4242
images: asternic/wuzapi
4343
tags: |
4444
type=raw,value=latest
4545
type=sha,format=short
4646
4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v7
4949
with:
5050
context: .
5151
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)