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 34
34
password : ${{ secrets.DOCKERHUB_TOKEN }}
35
35
36
36
- name : Build and push latest Debian image
37
- uses : docker/build-push-action@v5.2 .0
37
+ uses : docker/build-push-action@v5.3 .0
38
38
with :
39
39
context : ./src
40
40
file : ./src/Dockerfile
64
64
password : ${{ secrets.DOCKERHUB_TOKEN }}
65
65
66
66
- name : Build and push latest Alpine image
67
- uses : docker/build-push-action@v5.2 .0
67
+ uses : docker/build-push-action@v5.3 .0
68
68
with :
69
69
context : ./src
70
70
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@v5.2 .0
33
+ uses : docker/build-push-action@v5.3 .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@v5.2 .0
73
+ uses : docker/build-push-action@v5.3 .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