Skip to content

Commit 858158a

Browse files
chore(deps): 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 76ae79d commit 858158a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
password: ${{ secrets.DOCKERHUB_TOKEN }}
116116

117117
- name: Build and push Docker image
118-
uses: docker/build-push-action@v6
118+
uses: docker/build-push-action@v7
119119
with:
120120
context: .
121121
file: ./services/backend/Dockerfile

.github/workflows/frontend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
password: ${{ secrets.DOCKERHUB_TOKEN }}
129129

130130
- name: Build and push Docker image
131-
uses: docker/build-push-action@v6
131+
uses: docker/build-push-action@v7
132132
with:
133133
context: .
134134
file: ./services/frontend/Dockerfile

.github/workflows/satellite-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
password: ${{ secrets.DOCKERHUB_TOKEN }}
111111

112112
- name: Build and push Docker image
113-
uses: docker/build-push-action@v6
113+
uses: docker/build-push-action@v7
114114
with:
115115
context: .
116116
file: ./services/satellite/Dockerfile

0 commit comments

Comments
 (0)