Skip to content

Commit 4c9f9a8

Browse files
authored
Merge pull request #6287 from NHSDigital/dependabot/github_actions/next/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 02e446e + b27032d commit 4c9f9a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# yamllint disable rule:line-length
121121
- name: Build and push webapp image
122122
if: needs.check-image-presence.outputs.webapp-build-needed == 'true'
123-
uses: docker/build-push-action@v6
123+
uses: docker/build-push-action@v7
124124
with:
125125
context: .
126126
push: true
@@ -132,7 +132,7 @@ jobs:
132132
}}/mavis/webapp:buildcache,mode=max,image-manifest=true,oci-mediatypes=true
133133
- name: Build and push ops image
134134
if: needs.check-image-presence.outputs.ops-build-needed == 'true'
135-
uses: docker/build-push-action@v6
135+
uses: docker/build-push-action@v7
136136
with:
137137
context: .
138138
file: ops.Dockerfile

0 commit comments

Comments
 (0)