This repository was archived by the owner on Nov 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Create docker image
33on :
44 push :
55 branches :
6- - optimize-workflow
76 - main
87 paths :
98 - Dockerfile
2827 packages : write
2928 steps :
3029 - uses : actions/checkout@v3
31- - run : echo ${{ github.refname }}
3230 - name : Build Docker Images
33- uses : philips-software/docker-ci-scripts@optimize-workflow
31+ uses : philips-software/docker-ci-scripts@main
3432 with :
3533 image-name : docker-ci-scripts
3634 tags : ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ outputs:
5454
5555runs :
5656 using : ' docker'
57- image : ' docker://ghcr.io/philips-software/docker-ci-scripts:optimize-workflow '
57+ image : ' docker://ghcr.io/philips-software/docker-ci-scripts:main '
5858 args :
5959 - ${{ inputs.dockerfile }}
6060 - ${{ inputs.image-name }}
You can’t perform that action at this time.
0 commit comments