Skip to content

Commit

Permalink
Use new tag for unit image
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Nov 24, 2023
1 parent adf4172 commit 766d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-n-cache-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
with:
buildx-fallback: false # buildx is so slow it's better to just fail
file: production-unit.Dockerfile
tags: ${{ steps.emit.outputs.tag }}
tags: posthog/posthog:unit-${{ github.sha }}
platforms: linux/amd64,linux/arm64
build-args: COMMIT_HASH=${{ github.sha }}
save: ${{ inputs.save }}
Expand Down

0 comments on commit 766d389

Please sign in to comment.