From 128c48c3aa1f2e6198490deb9498b63f819631ec Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 5 May 2026 14:58:09 +0100 Subject: [PATCH] Update publish-hapi-image.yaml --- .github/workflows/publish-hapi-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-hapi-image.yaml b/.github/workflows/publish-hapi-image.yaml index 7512950..5bb90c2 100644 --- a/.github/workflows/publish-hapi-image.yaml +++ b/.github/workflows/publish-hapi-image.yaml @@ -28,7 +28,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and push image (latest) + - name: Build and push image (latest) run: | IMAGE=ghcr.io/nhsdigital/validation-service-fhir-r4:latest docker build -t $IMAGE .