We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d726a0 + 9abad9a commit 8473ceeCopy full SHA for 8473cee
.github/workflows/publish-devcontainer.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: docker/setup-buildx-action@v3
31
32
- name: Build, tag, and push image to GitHub Container Registry
33
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
34
with:
35
builder: ${{ steps.buildx.outputs.name }}
36
build-args: GIT-SHA=${{ github.sha }}
0 commit comments