Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 29, 2023
1 parent 3cffc7a commit 35af834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set Docker image tag
run: |
| echo "GITHUB_REF = $GITHUB_REF" > version.py
| echo "GITHUB_SHA = $GITHUB_SHA" >> version.py
| echo "GITHUB_SHA = $GITHUB_SHA" >> version.py
|
if [[ $GITHUB_REF == refs/heads/main ]]; then
echo "DOCKER_IMAGE_TAG=latest" >> $GITHUB_ENV
Expand Down

0 comments on commit 35af834

Please sign in to comment.