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 d82dc9d + 17bb979 commit 54ace69Copy full SHA for 54ace69
.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.7.0
+ uses: docker/build-push-action@v6.9.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