Skip to content

Commit

Permalink
Fix broken script
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Jun 30, 2024
1 parent 8cbb704 commit b30640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/frontend-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ runs:

- name: Annotate deploy results
shell: bash
run: 'echo "🚀 Deployed with tag: ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:${{ env.INFORMATIONAL_VERSION }}'
run: 'echo "🚀 Deployed with tag: ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:${{ env.INFORMATIONAL_VERSION }}"'

0 comments on commit b30640f

Please sign in to comment.