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 a95efd4 commit dbce4a8Copy full SHA for dbce4a8
.github/workflows/build-images.yaml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Build and push docker images
90
if: ${{ inputs.push == true }}
91
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
92
with:
93
context: .
94
file: images/${{ matrix.image }}/Dockerfile
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Build and upload docker image to job artifact
101
if: ${{ inputs.upload_images == true }}
102
103
104
105
0 commit comments