Skip to content

Commit 8473cee

Browse files
authored
chore(deps): bump docker/build-push-action from 4 to 5 (#20)
2 parents 0d726a0 + 9abad9a commit 8473cee

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@v4
33+
uses: docker/build-push-action@v5
3434
with:
3535
builder: ${{ steps.buildx.outputs.name }}
3636
build-args: GIT-SHA=${{ github.sha }}

0 commit comments

Comments
 (0)