Skip to content

Commit 08f9745

Browse files
authored
Merge pull request #457 from philips-software/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 1 to 3
2 parents ec5207b + c813937 commit 08f9745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: docker/setup-qemu-action@v1
1515
-
1616
name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v1
17+
uses: docker/setup-buildx-action@v3
1818
-
1919
name: Login to DockerHub
2020
uses: docker/login-action@v1

0 commit comments

Comments
 (0)