Skip to content

Commit 1c9e180

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
images: ree6/backend
3636

3737
- name: Build and push Docker image
38-
uses: docker/build-push-action@v5.4.0
38+
uses: docker/build-push-action@v6.7.0
3939
with:
4040
context: Backend/
4141
push: true
@@ -69,7 +69,7 @@ jobs:
6969
images: ree6/frontend
7070

7171
- name: Build and push Docker image
72-
uses: docker/build-push-action@v5.4.0
72+
uses: docker/build-push-action@v6.7.0
7373
with:
7474
platforms: linux/amd64,linux/arm64
7575
context: Frontend/docker

0 commit comments

Comments
 (0)