Skip to content

Commit

Permalink
fix(publish.yml): missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent committed May 10, 2024
1 parent 6a56bff commit 35edd46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
echo " PATH=."
echo " DOCKER_FILE=Dockerfile"
echo " VERSION=\${{ needs.get_variables.outputs.version }}"
echo " VERSION_SUFFIX: -build
echo " ECR_SUFFIX: -build
echo " VERSION_SUFFIX: -build"
echo " ECR_SUFFIX: -build"
# # TODO renable #2
# # WHEN this goes public
# # HOW uncomment 👇, and delete the DRY RUN version below
Expand Down

0 comments on commit 35edd46

Please # to comment.