From 5ffe21bfec0c935af5b18597089864446ecf8365 Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Tue, 28 Nov 2023 14:58:40 +0100 Subject: [PATCH] Use the same image tag in E2E CI as in build-n-cache-image --- .github/workflows/ci-e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index fb9e5b62c4ddff..71412ff1906eb9 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -43,7 +43,7 @@ jobs: - pnpm-lock.yaml # Make sure we run if someone is explicitly change the workflow - .github/workflows/ci-e2e.yml - - .github/actions/build-n-cache-inage/action.yml + - .github/actions/build-n-cache-image/action.yml # We use docker compose for tests, make sure we rerun on # changes to docker-compose.dev.yml e.g. dependency # version changes @@ -175,8 +175,7 @@ jobs: # build-id: ${{ needs.container.outputs.build-id }} # Use the production-unit.Dockerfile image: build-id: ${{ needs.container.outputs.unit-build-id }} - tags: | - ${{ needs.container.outputs.tag }} + tags: posthog/posthog:unit-${{ github.sha }} - name: Write .env # This step intentionally has no if, so that GH always considers the action as having run run: |