Skip to content

Commit b783b4d

Browse files
⬆️ Bump docker/build-push-action from 7.2.0 to 7.3.0 (#4599)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f9f3042...53b7df9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c888557 commit b783b4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
password: ${{ secrets.DOCKER_PASSWORD }}
9090

9191
- name: Build and push Docker image
92-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
92+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
9393
with:
9494
context: .
9595
file: ./containers/docker/Dockerfile
@@ -165,7 +165,7 @@ jobs:
165165
password: ${{ secrets.DOCKER_PASSWORD }}
166166

167167
- name: Build and push Docker image
168-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
168+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
169169
with:
170170
context: .
171171
file: ./containers/docker/Dockerfile.public-gateway
@@ -240,7 +240,7 @@ jobs:
240240
password: ${{ secrets.DOCKER_PASSWORD }}
241241

242242
- name: Build and push Docker image
243-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
243+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
244244
with:
245245
context: .
246246
file: ./containers/docker/Dockerfile.worker

0 commit comments

Comments
 (0)