Skip to content

Commit be04baa

Browse files
Update docker/setup-buildx-action action to v4
1 parent d6d123c commit be04baa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
-
114114
name: Set up Docker Buildx
115115
if: env.exists == 'false'
116-
uses: docker/setup-buildx-action@v3
116+
uses: docker/setup-buildx-action@v4
117117
-
118118
name: Login into Docker Hub
119119
if: env.exists == 'false'

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
username: voidic
2020
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2121
- uses: docker/setup-qemu-action@v1
22-
- uses: docker/setup-buildx-action@v1
22+
- uses: docker/setup-buildx-action@v4
2323
- name: Build the Docker image
2424
run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/strfry:latest --platform linux/amd64 --platform linux/arm64 --push .

0 commit comments

Comments
 (0)