Skip to content

Commit 2ce70ff

Browse files
author
Baris Arslan
committed
Merge remote-tracking branch 'origin/renovate/docker-build-push-action-6.x'
2 parents 7e33667 + cc3cc50 commit 2ce70ff

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
@@ -41,7 +41,7 @@ jobs:
4141
images: ree6/backend
4242

4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v6.13.0
44+
uses: docker/build-push-action@v6.18.0
4545
with:
4646
platforms: linux/amd64,linux/arm64
4747
context: Backend/
@@ -77,7 +77,7 @@ jobs:
7777
images: ree6/frontend
7878

7979
- name: Build and push Docker image
80-
uses: docker/build-push-action@v6.13.0
80+
uses: docker/build-push-action@v6.18.0
8181
with:
8282
platforms: linux/amd64,linux/arm64
8383
context: Frontend/docker

0 commit comments

Comments
 (0)