Skip to content

Commit

Permalink
fix: container cd (#17570)
Browse files Browse the repository at this point in the history
* fix: container cd for each sha

* fix: container cd for each sha

* fix
  • Loading branch information
pauldambra authored and daibhin committed Sep 21, 2023
1 parent 4cc90f0 commit 2a1aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a1aca7

Please sign in to comment.