From 1dd66020930308ddc75b55815047aa39ae541ee7 Mon Sep 17 00:00:00 2001 From: Connor Glynn <66882795+connormaglynn@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:58:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20syntax=20error=20in=20work?= =?UTF-8?q?flow=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-push-docker-image.yml b/.github/workflows/cicd-push-docker-image.yml index 3f9b364..8cdf2d7 100644 --- a/.github/workflows/cicd-push-docker-image.yml +++ b/.github/workflows/cicd-push-docker-image.yml @@ -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()