Skip to content

Commit d3050ee

Browse files
authored
chore(deps): bump docker/setup-buildx-action from 2 to 3 (#22)
2 parents 3873e25 + 0be481a commit d3050ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-devcontainer.yml

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

2828
- name: Set up Docker Buildx
2929
id: buildx
30-
uses: docker/setup-buildx-action@v2
30+
uses: docker/setup-buildx-action@v3
3131

3232
- name: Build, tag, and push image to GitHub Container Registry
3333
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)