Skip to content

Commit cc41f57

Browse files
committed
chore(deps): update action versions
1 parent 32a140e commit cc41f57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ jobs:
3434
fetch-depth: "0"
3535

3636
- name: Set up QEMU
37-
uses: docker/setup-qemu-action@v3
37+
uses: docker/setup-qemu-action@v4
3838
with:
3939
platforms: "arm64"
4040

4141
# Workaround: https://github.com/docker/build-push-action/issues/461
4242
- name: Setup Docker buildx
43-
uses: docker/setup-buildx-action@v3
43+
uses: docker/setup-buildx-action@v4
4444

4545
# Login against a Docker registry except on PR
4646
# https://github.com/docker/login-action
4747
- name: Log into registry ${{ env.REGISTRY }}
4848
if: github.event_name != 'pull_request'
49-
uses: docker/login-action@v3
49+
uses: docker/login-action@v4
5050
with:
5151
registry: ${{ env.REGISTRY }}
5252
username: ${{ github.actor }}
@@ -56,7 +56,7 @@ jobs:
5656
# https://github.com/docker/metadata-action
5757
- name: Extract Docker metadata
5858
id: meta
59-
uses: docker/metadata-action@v5
59+
uses: docker/metadata-action@v6
6060
with:
6161
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6262

@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/docker/build-push-action
7070
- name: Build and push Docker image
7171
id: build-and-push
72-
uses: docker/build-push-action@v6
72+
uses: docker/build-push-action@v7
7373
with:
7474
context: .
7575
file: docker/Dockerfile

0 commit comments

Comments
 (0)