Skip to content

Commit 78c20df

Browse files
authored
chore(deps): bump docker/build-push-action from 5 to 6 (#33)
2 parents 433f4e8 + b8af78a commit 78c20df

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@v3
3131

3232
- name: Build, tag, and push image to GitHub Container Registry
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
builder: ${{ steps.buildx.outputs.name }}
3636
build-args: GIT-SHA=${{ github.sha }}

0 commit comments

Comments
 (0)