Skip to content

Commit ceda997

Browse files
chore(deps): update docker/build-push-action action to v7 (#361)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bddbe3d commit ceda997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
driver-opts: network=host
144144

145145
- name: Build and Push container image to ${{ env.REGISTRY }}
146-
uses: docker/build-push-action@v6.19.2
146+
uses: docker/build-push-action@v7.0.0
147147
#if: github.event_name != 'pull_request'
148148
with:
149149
context: ./umatiGateway
@@ -155,7 +155,7 @@ jobs:
155155
provenance: false
156156

157157
- name: Build and Push container image to local registry
158-
uses: docker/build-push-action@v6.19.2
158+
uses: docker/build-push-action@v7.0.0
159159
if: github.event_name == 'pull_request'
160160
with:
161161
context: ./umatiGateway

0 commit comments

Comments
 (0)