We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a806035 + 6b21404 commit 35dc844Copy full SHA for 35dc844
1 file changed
.github/workflows/publish-devcontainer.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/setup-buildx-action@v4
37
38
- name: Build, tag, and push image to GHCR [python ${{ matrix.python-version }}]
39
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
40
with:
41
builder: ${{ steps.buildx.outputs.name }}
42
build-args: |
0 commit comments