Skip to content

Commit 1b7608f

Browse files
Update docker/setup-buildx-action action to v4 (#245)
1 parent cd4d13f commit 1b7608f

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
@@ -46,7 +46,7 @@ jobs:
4646
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
4747
-
4848
name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v3
49+
uses: docker/setup-buildx-action@v4
5050
-
5151
name: Login into Docker Hub
5252
uses: docker/login-action@v4

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v7
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v2
21+
uses: docker/setup-buildx-action@v4
2222
- name: Set Variables
2323
run: |
2424
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME

0 commit comments

Comments
 (0)