File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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 (Ubuntu 22.04)
43
- uses : docker/build-push-action@v4.2.1
43
+ uses : docker/build-push-action@v5.0.0
44
44
with :
45
45
context : .
46
46
file : ./Dockerfile.ubuntu-2204
84
84
password : ${{ secrets.GITHUB_TOKEN }}
85
85
86
86
- name : Build and push (Ubuntu 20.04)
87
- uses : docker/build-push-action@v4.2.1
87
+ uses : docker/build-push-action@v5.0.0
88
88
with :
89
89
context : .
90
90
file : ./Dockerfile.ubuntu-2004
@@ -124,7 +124,7 @@ jobs:
124
124
password : ${{ secrets.GITHUB_TOKEN }}
125
125
126
126
- name : Build and push (Ubuntu 18.04)
127
- uses : docker/build-push-action@v4.2.1
127
+ uses : docker/build-push-action@v5.0.0
128
128
with :
129
129
context : .
130
130
file : ./Dockerfile.ubuntu-1804
You can’t perform that action at this time.
0 commit comments