File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
password : ${{ secrets.GITHUB_TOKEN }}
35
35
36
36
- name : Build and push Docker images to docker.io and ghcr.io
37
- uses : docker/build-push-action@v4
37
+ uses : docker/build-push-action@v6
38
38
with :
39
39
file : ' ./application/Dockerfile'
40
40
platforms : linux/amd64
Original file line number Diff line number Diff line change 35
35
36
36
# Runs a single command using the runners shell
37
37
- name : Build and push Docker images to docker.io and ghcr.io
38
- uses : docker/build-push-action@v4
38
+ uses : docker/build-push-action@v6
39
39
with :
40
40
file : ' ./frontend/Dockerfile'
41
41
platforms : linux/amd64, linux/arm64
Original file line number Diff line number Diff line change 36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Build and push Docker images to docker.io and ghcr.io
39
- uses : docker/build-push-action@v4
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
file : ' ./application/Dockerfile'
42
42
platforms : linux/amd64
Original file line number Diff line number Diff line change 36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Build and push Docker images to docker.io and ghcr.io
39
- uses : docker/build-push-action@v4
39
+ uses : docker/build-push-action@v6
40
40
with :
41
41
file : ' ./frontend/Dockerfile'
42
42
platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments