File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
password : ${{ secrets.DOCKERHUB_TOKEN }}
37
37
38
38
- name : Build and push latest Debian image
39
- uses : docker/build-push-action@v2.5.0
39
+ uses : docker/build-push-action@v2.6.1
40
40
with :
41
41
context : ./src
42
42
file : ./src/Dockerfile
69
69
password : ${{ secrets.DOCKERHUB_TOKEN }}
70
70
71
71
- name : Build and push latest Alpine image
72
- uses : docker/build-push-action@v2.5.0
72
+ uses : docker/build-push-action@v2.6.1
73
73
with :
74
74
context : ./src
75
75
file : ./src/Dockerfile-alpine
Original file line number Diff line number Diff line change 31
31
password : ${{ secrets.DOCKERHUB_TOKEN }}
32
32
33
33
- name : Build and push all Debian images
34
- uses : docker/build-push-action@v2.5.0
34
+ uses : docker/build-push-action@v2.6.1
35
35
with :
36
36
context : ./src
37
37
file : ./src/Dockerfile
73
73
password : ${{ secrets.DOCKERHUB_TOKEN }}
74
74
75
75
- name : Build and push all Alpine images
76
- uses : docker/build-push-action@v2.5.0
76
+ uses : docker/build-push-action@v2.6.1
77
77
with :
78
78
context : ./src
79
79
file : ./src/Dockerfile-alpine
You can’t perform that action at this time.
0 commit comments