Skip to content

Commit 9e261da

Browse files
chore(deps): update docker/build-push-action action to v6.18.0
1 parent c551828 commit 9e261da

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@v6.13.0
38+
uses: docker/build-push-action@v6.18.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@v6.13.0
72+
uses: docker/build-push-action@v6.18.0
7373
with:
7474
platforms: linux/amd64,linux/arm64
7575
context: Frontend/docker

0 commit comments

Comments
 (0)