Skip to content

Commit

Permalink
Use the same image tag in E2E CI as in build-n-cache-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 28, 2023
1 parent 7d8584b commit 5ffe21b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5ffe21b

Please sign in to comment.