Skip to content

Commit 224716a

Browse files
build(deps): Bump docker/build-push-action from 6.6.1 to 6.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@16ebe77...48aba3b) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e60bfe0 commit 224716a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020
- name: Build Potal Docker image
21-
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
21+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
2222
with:
2323
context: .
2424
file: ./docker/potal/Dockerfile
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
3535
- name: Build Backend Docker image
36-
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
36+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
3737
with:
3838
context: .
3939
file: ./docker/backend/Dockerfile

0 commit comments

Comments
 (0)