Skip to content

Commit fe2aa38

Browse files
Update docker/build-push-action action to v6 (#855)
1 parent 081f652 commit fe2aa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Build and push Docker Image
6060
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: ./
6464
file: ./server.Dockerfile
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Build and push Docker Image
123123
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
124-
uses: docker/build-push-action@v5
124+
uses: docker/build-push-action@v6
125125
with:
126126
context: ./
127127
file: ./client.Dockerfile

0 commit comments

Comments
 (0)