From b879ab169927e81f6709155b63767a622e1752d3 Mon Sep 17 00:00:00 2001 From: Mantra Date: Tue, 3 Dec 2024 15:42:14 +0000 Subject: [PATCH] consistent spacing --- .github/workflows/build-test-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index a7ca762e..3648412a 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -22,11 +22,11 @@ jobs: file: ./docker/Dockerfile push: true tags: | - ghcr.io/${{env.TAG_GHCR}}:${{steps.ci-env.outputs.CI_SHA}} - ghcr.io/${{env.TAG_GHCR}}:${{steps.ci-env.outputs.CI_BRANCH}} + ghcr.io/${{ env.TAG_GHCR }}:${{ steps.ci-env.outputs.CI_SHA }} + ghcr.io/${{ env.TAG_GHCR }}:${{ steps.ci-env.outputs.CI_BRANCH }} - name: Smoke test run: | - ./scripts/run-version.sh --app ${{steps.ci-env.outputs.CI_BRANCH}} & + ./scripts/run-version.sh --app ${{ steps.ci-env.outputs.CI_BRANCH }} & ./scripts/smoke-test.sh fe-unit-tests: @@ -124,7 +124,7 @@ jobs: - name: Publish image manifest to latest run: | GHCR_TOKEN=$(echo ${{ secrets.GITHUB_TOKEN }} | base64) - curl "https://ghcr.io/v2/mrc-ide/wodin/manifests/${{steps.ci-env.outputs.CI_BRANCH}}" \ + curl "https://ghcr.io/v2/mrc-ide/wodin/manifests/${{ steps.ci-env.outputs.CI_BRANCH }}" \ -H "accept: application/vnd.docker.distribution.manifest.v2+json" \ -H "Authorization: Bearer ${GHCR_TOKEN}" \ > manifest.json