Skip to content

Commit

Permalink
🔧 Fix syntax error in workflow (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
connormaglynn authored Jan 23, 2024
1 parent 8b0df58 commit 1dd6602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ministryofjustice/tech-docs-github-pages-publisher:{{ inputs.release_tag }}
tags: ministryofjustice/tech-docs-github-pages-publisher:${{ inputs.release_tag }}

- name: Report failure to Slack
if: always()
Expand Down

0 comments on commit 1dd6602

Please sign in to comment.