Skip to content

Commit b0cdd73

Browse files
Update docker/build-push-action action to v7 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec2b831 commit b0cdd73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
type=raw,value=latest,enable={{is_default_branch}}
6262
6363
- name: Build and push
64-
uses: docker/build-push-action@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: ./backend
6767
platforms: linux/amd64,linux/arm64

.github/workflows/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=latest,enable={{is_default_branch}}
4949
5050
- name: Build and push
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: ./frontend
5454
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)