Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 17, 2024
1 parent 82010d8 commit f85309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
shell: bash
run: |
export NEW_TAG=${{ inputs.docker-image-tag }}
if[[ ${NEW_TAG} != '' ]]; then
if [[ ${NEW_TAG} != '' ]]; then
IMAGE=${ECR_DOCKER_IMAGE%:*}
echo "docker-image=${IMAGE}:${NEW_TAG}" >> "${GITHUB_OUTPUT}"
else
Expand Down

0 comments on commit f85309d

Please sign in to comment.