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 37
37
password : ${{ secrets.DOCKERHUB_TOKEN }}
38
38
39
39
- name : Build and push latest Debian image
40
- uses : docker/build-push-action@v2.7 .0
40
+ uses : docker/build-push-action@v2.9 .0
41
41
with :
42
42
context : ./src
43
43
file : ./src/Dockerfile
71
71
password : ${{ secrets.DOCKERHUB_TOKEN }}
72
72
73
73
- name : Build and push latest Alpine image
74
- uses : docker/build-push-action@v2.7 .0
74
+ uses : docker/build-push-action@v2.9 .0
75
75
with :
76
76
context : ./src
77
77
file : ./src/Dockerfile-alpine
Original file line number Diff line number Diff line change 32
32
password : ${{ secrets.DOCKERHUB_TOKEN }}
33
33
34
34
- name : Build and push all Debian images
35
- uses : docker/build-push-action@v2.7 .0
35
+ uses : docker/build-push-action@v2.9 .0
36
36
with :
37
37
context : ./src
38
38
file : ./src/Dockerfile
75
75
password : ${{ secrets.DOCKERHUB_TOKEN }}
76
76
77
77
- name : Build and push all Alpine images
78
- uses : docker/build-push-action@v2.7 .0
78
+ uses : docker/build-push-action@v2.9 .0
79
79
with :
80
80
context : ./src
81
81
file : ./src/Dockerfile-alpine
You can’t perform that action at this time.
0 commit comments