We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 725d20d + 9ae94c2 commit 7d392bbCopy full SHA for 7d392bb
.github/workflows/build-fcode-utils-builder.yml
@@ -32,7 +32,7 @@ jobs:
32
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
33
34
- name: Build and push Docker image
35
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
36
with:
37
context: .
38
file: docker/Dockerfile.builder
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
build-x86_64
46
47
48
49
50
51
file: docker/Dockerfile
0 commit comments