diff --git a/.github/workflows/build-docker-image-to-prod.yml b/.github/workflows/build-docker-image-to-prod.yml index 60a56e9e5..bea66e3fc 100644 --- a/.github/workflows/build-docker-image-to-prod.yml +++ b/.github/workflows/build-docker-image-to-prod.yml @@ -58,6 +58,7 @@ jobs: context: backend tags: | infisical/backend:${{ steps.commit.outputs.short }} + infisical/backend:latest infisical/backend:${{ steps.extract_version.outputs.version }} platforms: linux/amd64,linux/arm64