File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
password : ${{ secrets.GITHUB_TOKEN }}
40
40
41
41
- name : Build and push (Ubuntu 24.04)
42
- uses : docker/build-push-action@v5.3 .0
42
+ uses : docker/build-push-action@v6.7 .0
43
43
with :
44
44
context : .
45
45
file : ./Dockerfile.ubuntu-2404
83
83
password : ${{ secrets.GITHUB_TOKEN }}
84
84
85
85
- name : Build and push (Ubuntu 22.04)
86
- uses : docker/build-push-action@v5.3 .0
86
+ uses : docker/build-push-action@v6.7 .0
87
87
with :
88
88
context : .
89
89
file : ./Dockerfile.ubuntu-2204
@@ -123,7 +123,7 @@ jobs:
123
123
password : ${{ secrets.GITHUB_TOKEN }}
124
124
125
125
- name : Build and push (Ubuntu 20.04)
126
- uses : docker/build-push-action@v5.3 .0
126
+ uses : docker/build-push-action@v6.7 .0
127
127
with :
128
128
context : .
129
129
file : ./Dockerfile.ubuntu-2004
@@ -163,7 +163,7 @@ jobs:
163
163
password : ${{ secrets.GITHUB_TOKEN }}
164
164
165
165
- name : Build and push (Ubuntu 18.04)
166
- uses : docker/build-push-action@v5.3 .0
166
+ uses : docker/build-push-action@v6.7 .0
167
167
with :
168
168
context : .
169
169
file : ./Dockerfile.ubuntu-1804
You can’t perform that action at this time.
0 commit comments