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 35
35
password : ${{ secrets.DOCKERHUB_TOKEN }}
36
36
37
37
- name : Build and push latest Debian image
38
- uses : docker/build-push-action@v6.15 .0
38
+ uses : docker/build-push-action@v6.16 .0
39
39
with :
40
40
context : ./src
41
41
file : ./src/Dockerfile
65
65
password : ${{ secrets.DOCKERHUB_TOKEN }}
66
66
67
67
- name : Build and push latest Alpine image
68
- uses : docker/build-push-action@v6.15 .0
68
+ uses : docker/build-push-action@v6.16 .0
69
69
with :
70
70
context : ./src
71
71
file : ./src/Dockerfile-alpine
Original file line number Diff line number Diff line change 30
30
run : bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
31
31
32
32
- name : Build and push all Debian images
33
- uses : docker/build-push-action@v6.15 .0
33
+ uses : docker/build-push-action@v6.16 .0
34
34
with :
35
35
context : ./src
36
36
file : ./src/Dockerfile
70
70
run : bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
71
71
72
72
- name : Build and push all Alpine images
73
- uses : docker/build-push-action@v6.15 .0
73
+ uses : docker/build-push-action@v6.16 .0
74
74
with :
75
75
context : ./src
76
76
file : ./src/Dockerfile-alpine
You can’t perform that action at this time.
0 commit comments