Skip to content

Commit d6fec0c

Browse files
committed
workflow: actions upgrade
1 parent 4464d09 commit d6fec0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,20 @@ jobs:
9494
9595
steps:
9696
- name: Set up QEMU
97-
uses: docker/setup-qemu-action@v2
97+
uses: docker/setup-qemu-action@v3
9898

9999
- name: Set up Docker Buildx
100-
uses: docker/setup-buildx-action@v2
100+
uses: docker/setup-buildx-action@v3
101101

102102
- name: Log in to the Container registry
103-
uses: docker/login-action@v2
103+
uses: docker/login-action@v3
104104
with:
105105
registry: ghcr.io
106106
username: ${{ github.actor }}
107107
password: ${{ secrets.GITHUB_TOKEN }}
108108

109109
- name: Build and push Docker image
110-
uses: docker/build-push-action@v4
110+
uses: docker/build-push-action@v6
111111
with:
112112
build-args: |
113113
APP_VERSION=${{ needs.setup.outputs.release-tag }}

0 commit comments

Comments
 (0)