File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 tag :
7+ default : latest
78 description : build tag
89 required : false
910jobs :
1920 password : ${{ secrets.GITHUB_TOKEN }}
2021 - name : Build the hello-docker Docker image
2122 run : |
22- docker build . --tag ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag:-latest }}
23- docker run ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag:-latest }}
24- docker push ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag:-latest }}
23+ docker build . --tag ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag }}
24+ docker run ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag }}
25+ docker push ghcr.io/openimis/openimis-mssql:${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments