Skip to content

Commit 80380bf

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fa0bd4 commit 80380bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Build and push backend image
110110
id: push-backend
111-
uses: docker/build-push-action@v6
111+
uses: docker/build-push-action@v7
112112
with:
113113
context: ./backend
114114
file: ./backend/Dockerfile
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Build and push frontend image
131131
id: push-frontend
132-
uses: docker/build-push-action@v6
132+
uses: docker/build-push-action@v7
133133
with:
134134
context: ./frontend
135135
file: ./frontend/Dockerfile

0 commit comments

Comments
 (0)