Skip to content

Commit 1353276

Browse files
ci(tools): update build tools to v4 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68d6fdd commit 1353276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,29 @@ jobs:
4444
maintainer=Thomas Boerger <thomas@webhippie.de>
4545
4646
- name: Setup QEMU
47-
uses: docker/setup-qemu-action@v3
47+
uses: docker/setup-qemu-action@v4
4848

4949
- name: Setup Buildx
5050
id: buildx
5151
uses: docker/setup-buildx-action@v3
5252

5353
- name: Hub login
54-
uses: docker/login-action@v3
54+
uses: docker/login-action@v4
5555
if: github.event_name != 'pull_request'
5656
with:
5757
username: ${{ secrets.DOCKER_USERNAME }}
5858
password: ${{ secrets.DOCKER_PASSWORD }}
5959

6060
- name: Quay login
61-
uses: docker/login-action@v3
61+
uses: docker/login-action@v4
6262
if: github.event_name != 'pull_request'
6363
with:
6464
registry: quay.io
6565
username: ${{ secrets.QUAY_USERNAME }}
6666
password: ${{ secrets.QUAY_PASSWORD }}
6767

6868
- name: Ghcr login
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
if: github.event_name != 'pull_request'
7171
with:
7272
registry: ghcr.io

0 commit comments

Comments
 (0)