Skip to content

Commit 54ace69

Browse files
authored
Merge pull request #300 from OADA/dependabot/github_actions/docker/build-push-action-6.9.0
2 parents d82dc9d + 17bb979 commit 54ace69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
${{ runner.os }}-buildx-
124124
125125
- name: Build base OADA images
126-
uses: docker/build-push-action@v6.7.0
126+
uses: docker/build-push-action@v6.9.0
127127
with:
128128
context: oada
129129
file: oada/Dockerfile
@@ -239,7 +239,7 @@ jobs:
239239
type=sha
240240
241241
- name: Build and push to images
242-
uses: docker/build-push-action@v6.7.0
242+
uses: docker/build-push-action@v6.9.0
243243
with:
244244
context: ${{ matrix.context }}
245245
file: ${{ matrix.context }}/Dockerfile

0 commit comments

Comments
 (0)