File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1313 GOLANG_VERSION : 1.24.7
1414
1515jobs :
16- operator :
16+ build-and-push :
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
3131 username : ${{ secrets.DOCKER_USERNAME }}
3232 password : ${{ secrets.DOCKER_PASSWORD }}
3333
34- - name : Set default docker tag for builds from master
35- id : docker-tag
36- run : |
37- USER_INPUT="${{ github.event.inputs.docker-tag }}"
38- echo "value=${USER_INPUT:-latest}" >> $GITHUB_OUTPUT
39-
4034 - name : Build and push
4135 working-directory : ./python-builder/
4236 run : |
43- make DOCKER_IMAGE_VERSION=${{ steps.docker-tag.outputs.value }} build_docker_image
44- make DOCKER_IMAGE_VERSION=${{ steps.docker-tag.outputs.value }} push_to_registry
37+ make DOCKER_IMAGE_VERSION=0.9 build_docker_image
38+ make DOCKER_IMAGE_VERSION=0.9 push_to_registry
You can’t perform that action at this time.
0 commit comments