From 630511f1f42c595a4b3c11400dcd198e2683aada Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 6 Sep 2023 20:57:43 -0600 Subject: [PATCH] CI: fix tagging override --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c572946..f88a75f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY_IMAGE }} + tags: type=raw,value=latest,enable={{is_default_branch}} - name: Login to Docker Hub uses: docker/login-action@v2 with: