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 433f4e8 + b8af78a commit 78c20dfCopy full SHA for 78c20df
.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@v5
+ uses: docker/build-push-action@v6
34
with:
35
builder: ${{ steps.buildx.outputs.name }}
36
build-args: GIT-SHA=${{ github.sha }}
0 commit comments