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.
1 parent 433f4e8 commit b8af78aCopy full SHA for b8af78a
.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