Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Feb 2, 2023
1 parent a22318b commit e4045fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: push git tagged version
run: |
docker pull $DOCKER_REPO:git-${{ github.sha }}-amd64
if [[ -z ${{ github.event.inputs.imageTag }} ]]; then
if [[ -z "${{ github.event.inputs.imageTag }}" ]]; then
export IMAGE_TAG=${{ github.ref_name }}
else
export IMAGE_TAG=${{ github.event.inputs.imageTag }}
Expand Down

0 comments on commit e4045fe

Please sign in to comment.