Skip to content

Commit b3b3284

Browse files
authored
Merge pull request #306 from chaspy/renovate/docker-setup-buildx-action-2.x
chore(deps): update docker/setup-buildx-action action to v2
2 parents 0d82249 + 004fe83 commit b3b3284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
3434
-
3535
name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v1
36+
uses: docker/setup-buildx-action@v2
3737
-
3838
name: Login to DockerHub
3939
uses: docker/login-action@v2

0 commit comments

Comments
 (0)