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 b4940ae commit 86ddc50Copy full SHA for 86ddc50
.github/workflows/build_publish_builder_image.yaml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Build and push Docker image
33
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
34
with:
35
context: .
36
file: build/Dockerfile
0 commit comments