File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 docker :
10+ name : Docker Build & Push
1011 runs-on : ubuntu-latest
1112 steps :
1213 -
2728 uses : docker/build-push-action@v2
2829 with :
2930 push : true
30- tags : tomroush/python-selenium-firefox:latest
31+ tags : tomroush/python-selenium-firefox-docker :latest
3132 -
3233 name : Image digest
3334 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 55
66jobs :
77 docker :
8+ name : Docker Build
89 runs-on : ubuntu-latest
910 steps :
1011 -
1920 uses : docker/build-push-action@v2
2021 with :
2122 push : false
22- tags : tomroush/python-selenium-firefox:latest
23+ tags : tomroush/python-selenium-firefox-docker :latest
2324 -
2425 name : Image digest
2526 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 66
77jobs :
88 docker :
9+ name : Docker Build & Push
910 runs-on : ubuntu-latest
1011 steps :
1112 -
2627 uses : docker/build-push-action@v2
2728 with :
2829 push : true
29- tags : tomroush/python-selenium-firefox:latest,tomroush/python-selenium-firefox:${{ github.event.release.tag_name }}
30+ tags : tomroush/python-selenium-firefox-docker :latest,tomroush/python-selenium-firefox-docker :${{ github.event.release.tag_name }}
3031 -
3132 name : Image digest
3233 run : echo ${{ steps.docker_build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments