diff --git a/.github/workflows/container-images-cd.yml b/.github/workflows/container-images-cd.yml index f1b4d0d4b172a..05e9ada383988 100644 --- a/.github/workflows/container-images-cd.yml +++ b/.github/workflows/container-images-cd.yml @@ -68,7 +68,7 @@ jobs: with: buildx-fallback: false # the fallback is so slow it's better to just fail push: true - tags: posthog/posthog:${GITHUB_SHA},posthog/posthog:latest,${{ steps.aws-ecr.outputs.registry }}/posthog-cloud:master + tags: posthog/posthog:${{github.sha}},posthog/posthog:latest,${{ steps.aws-ecr.outputs.registry }}/posthog-cloud:master platforms: linux/arm64,linux/amd64 - name: get deployer token