We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2701be commit c3c45f4Copy full SHA for c3c45f4
.github/workflows/docker.yml
@@ -20,6 +20,6 @@ jobs:
20
password: ${{ secrets.GITHUB_TOKEN }}
21
- name: Build the hello-docker Docker image
22
run: |
23
- TAG_INPUT=${{ github.event.inputs.name }}
+ TAG_INPUT=${{ github.event.inputs.tag }}
24
docker build . --tag ghcr.io/openimis/openimis-mssql:${TAG_INPUT:-"latest"}
25
docker push ghcr.io/openimis/openimis-mssql:${TAG_INPUT:-"latest"}
0 commit comments