From d10e9a8fe0a850e261ca7ef175fdfb4941a3bc93 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 21 Sep 2025 21:52:01 +0200 Subject: [PATCH] refactor: move new images to latest --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8156ef..d87284a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,9 @@ jobs: uses: docker/metadata-action@v5 with: images: ghcr.io/leonmuscoden/letterfeed-backend + tags: | + type=ref,event=tag + type=raw,value=latest,enable={{is_default_branch}} - name: Build and push a Docker image for backend uses: docker/build-push-action@v5 @@ -117,6 +120,9 @@ jobs: uses: docker/metadata-action@v5 with: images: ghcr.io/leonmuscoden/letterfeed-frontend + tags: | + type=ref,event=tag + type=raw,value=latest,enable={{is_default_branch}} - name: Build and push a Docker image for frontend uses: docker/build-push-action@v5