File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 password : ${{ secrets.GITHUB_TOKEN }}
2020 - name : Build the pgsql EMPTY Docker image
2121 run : |
22- docker build . --target base --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-base
23- docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-base
22+ docker build . --target base --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
23+ docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
2424 - name : Build the pgsql DEMO Docker image
2525 run : |
26- docker build . --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
27- docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}
26+ docker build . --tag ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-demo
27+ docker push ghcr.io/openimis/openimis-pgsql:${{ github.event.inputs.tag }}-demo
You can’t perform that action at this time.
0 commit comments