Skip to content

Commit

Permalink
fix(publish.yml): rm escape
Browse files Browse the repository at this point in the history
  • Loading branch information
ACoolmanTelicent committed May 10, 2024
1 parent ad3d745 commit 6212472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
echo "DRY-RUN"
echo " uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main"
echo " with:"
echo " APP_NAME=\${{ needs.get_variables.outputs.app_name }} "
echo " APP_NAME=${{ needs.get_variables.outputs.app_name }} "
echo " PATH=."
echo " DOCKER_FILE=Dockerfile "
echo " VERSION=\${{ needs.get_variables.outputs.version }} "
echo " VERSION=${{ needs.get_variables.outputs.version }} "
echo " VERSION_SUFFIX: -build"
echo " ECR_SUFFIX: -build"
# # TODO renable #2
Expand Down Expand Up @@ -128,10 +128,10 @@ jobs:
echo "DRY-RUN"
echo " uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main"
echo " with:"
echo " APP_NAME=\${{ needs.get_variables.outputs.app_name }} "
echo " APP_NAME=${{ needs.get_variables.outputs.app_name }} "
echo " PATH=."
echo " DOCKER_FILE=Dockerfile"
echo " VERSION=\${{ needs.get_variables.outputs.version }} "
echo " VERSION=${{ needs.get_variables.outputs.version }} "
# TODO reanable #3
# WHEN this goes public
# HOW 👇 Uncomment all of this:
Expand Down

0 comments on commit 6212472

Please # to comment.