We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68746f4 commit a7f278fCopy full SHA for a7f278f
.github/workflows/builder.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-buildx-action@v3
36
37
- name: "Build and eventually push container image"
38
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
39
with:
40
context: .
41
file: ./Dockerfile
0 commit comments