Skip to content

Commit

Permalink
Fixing inputs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SYusupov committed Sep 17, 2024
1 parent 262eb09 commit af4933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
DOCKER_IMAGE_TAG=$(git rev-parse HEAD)
else
# Define the Docker image tag manually
DOCKER_IMAGE_TAG=${{ github.event.inputs.docker_image_tag || "3bf89b5864b7471becfec8bf90f2861aaaa3e90f" }}
DOCKER_IMAGE_TAG=${{ github.event.inputs.docker_image_tag || '3bf89b5864b7471becfec8bf90f2861aaaa3e90f' }}
fi
# Write the variables to the .env file
Expand Down

0 comments on commit af4933b

Please sign in to comment.