From 9dcf43b95b9446e5365e6580b433b41216f3d041 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 16 May 2024 10:13:51 -0400 Subject: [PATCH] Push latest tag; push more platforms (#1) --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96cbee3..04523cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,5 @@ jobs: with: context: . push: true - tags: ghcr.io/taxfyle/reddy:${{ needs.github-release.outputs.tag_name }} + platforms: linux/386,linux/amd64,linux/arm64 + tags: ghcr.io/taxfyle/reddy:latest,ghcr.io/taxfyle/reddy:${{ needs.github-release.outputs.tag_name }}