Skip to content

Commit c3c45f4

Browse files
authored
Update docker.yml
1 parent c2701be commit c3c45f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Build the hello-docker Docker image
2222
run: |
23-
TAG_INPUT=${{ github.event.inputs.name }}
23+
TAG_INPUT=${{ github.event.inputs.tag }}
2424
docker build . --tag ghcr.io/openimis/openimis-mssql:${TAG_INPUT:-"latest"}
2525
docker push ghcr.io/openimis/openimis-mssql:${TAG_INPUT:-"latest"}

0 commit comments

Comments
 (0)