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.
2 parents 5e0b348 + 9e304f0 commit 072af43Copy full SHA for 072af43
.github/workflows/build-and-push-services.yml
@@ -123,7 +123,7 @@ jobs:
123
${{ runner.os }}-buildx-
124
125
- name: Build base OADA images
126
- uses: docker/build-push-action@v6.11.0
+ uses: docker/build-push-action@v6.12.0
127
with:
128
context: oada
129
file: oada/Dockerfile
@@ -239,7 +239,7 @@ jobs:
239
type=sha
240
241
- name: Build and push to images
242
243
244
context: ${{ matrix.context }}
245
file: ${{ matrix.context }}/Dockerfile
0 commit comments