Skip to content

Commit 0e4f307

Browse files
ci(tools): update build tools to v4
1 parent 54864a7 commit 0e4f307

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,29 @@ jobs:
5555
maintainer=Thomas Boerger <thomas@webhippie.de>
5656
5757
- name: Setup QEMU
58-
uses: docker/setup-qemu-action@v3
58+
uses: docker/setup-qemu-action@v4
5959

6060
- name: Setup Buildx
6161
id: buildx
6262
uses: docker/setup-buildx-action@v3
6363

6464
- name: Hub login
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
if: github.event_name != 'pull_request'
6767
with:
6868
username: ${{ secrets.DOCKER_USERNAME }}
6969
password: ${{ secrets.DOCKER_PASSWORD }}
7070

7171
- name: Quay login
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
if: github.event_name != 'pull_request'
7474
with:
7575
registry: quay.io
7676
username: ${{ secrets.QUAY_USERNAME }}
7777
password: ${{ secrets.QUAY_PASSWORD }}
7878

7979
- name: Ghcr login
80-
uses: docker/login-action@v3
80+
uses: docker/login-action@v4
8181
if: github.event_name != 'pull_request'
8282
with:
8383
registry: ghcr.io

0 commit comments

Comments
 (0)