File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.GITHUB_TOKEN }}
41
41
42
42
- name : Build and push
43
- uses : docker/build-push-action@v5
43
+ uses : docker/build-push-action@v6
44
44
with :
45
45
context : .
46
46
file : Dockerfile
80
80
password : ${{ secrets.GITHUB_TOKEN }}
81
81
82
82
- name : Build and push
83
- uses : docker/build-push-action@v5
83
+ uses : docker/build-push-action@v6
84
84
with :
85
85
context : .
86
86
file : Dockerfile.docker
Original file line number Diff line number Diff line change 86
86
password : ${{ secrets.GITHUB_TOKEN }}
87
87
88
88
- name : Build and push
89
- uses : docker/build-push-action@v5
89
+ uses : docker/build-push-action@v6
90
90
with :
91
91
context : .
92
92
file : Dockerfile
@@ -127,7 +127,7 @@ jobs:
127
127
password : ${{ secrets.GITHUB_TOKEN }}
128
128
129
129
- name : Build and push
130
- uses : docker/build-push-action@v5
130
+ uses : docker/build-push-action@v6
131
131
with :
132
132
context : .
133
133
file : Dockerfile.docker
You can’t perform that action at this time.
0 commit comments