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 6792760 commit 25e0e80Copy full SHA for 25e0e80
.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