From 7e7f17475ac931e41e0d407729138a246b1cb43b Mon Sep 17 00:00:00 2001 From: Joarley Santos Date: Fri, 17 Oct 2025 16:42:28 -0400 Subject: [PATCH] Update Docker image tags in workflow --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bbb6ff79e..c7d4e901c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -46,7 +46,9 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: dev + tags: | + ghcr.io/${{ github.repository_owner }}/ghostfolio:latest + ghcr.io/${{ github.repository_owner }}/ghostfolio:${{ github.ref_name }} labels: ${{ steps.meta.output.labels }} cache-from: type=gha cache-to: type=gha,mode=max