Skip to content

Commit e3486e8

Browse files
committed
Merge pull request #18 from netresearch/renovate/docker-setup-buildx-action-4.x
chore(deps): update docker/setup-buildx-action action to v4 Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
2 parents 30b789a + 6e33711 commit e3486e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Workaround: https://github.com/docker/build-push-action/issues/461
4545
- name: Setup Docker buildx
46-
uses: docker/setup-buildx-action@v3
46+
uses: docker/setup-buildx-action@v4
4747

4848
# Login against a Docker registry except on PR
4949
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)