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 3535 password : ${{ secrets.DOCKERHUB_TOKEN }}
3636
3737 - 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
3939 with :
4040 context : ./src
4141 file : ./src/Dockerfile
6565 password : ${{ secrets.DOCKERHUB_TOKEN }}
6666
6767 - 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
6969 with :
7070 context : ./src
7171 file : ./src/Dockerfile-alpine
Original file line number Diff line number Diff line change 3030 run : bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
3131
3232 - 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
3434 with :
3535 context : ./src
3636 file : ./src/Dockerfile
7070 run : bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
7171
7272 - 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
7474 with :
7575 context : ./src
7676 file : ./src/Dockerfile-alpine
You can’t perform that action at this time.
0 commit comments