From e81e78f5b5d2bce091c0f2591d121d39772329d9 Mon Sep 17 00:00:00 2001 From: micha37-martins Date: Thu, 12 Sep 2024 19:26:09 +0200 Subject: [PATCH] chore: add tag to ghcr package --- .github/workflows/github-workflow.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-workflow.yaml b/.github/workflows/github-workflow.yaml index eb74aab..76bf706 100644 --- a/.github/workflows/github-workflow.yaml +++ b/.github/workflows/github-workflow.yaml @@ -100,4 +100,6 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ github.repository_owner }}/smartmon:latest + tags: | + ghcr.io/${{ github.repository_owner }}/smartmon:latest + ghcr.io/${{ github.repository_owner }}/smartmon:${{ steps.latest_tag.outputs.tag }}