From ea9a4eface0436d40efb03e8becd0874c97bdf74 Mon Sep 17 00:00:00 2001 From: Arian Baishya Date: Mon, 12 Feb 2024 23:55:36 -0600 Subject: [PATCH] CI: re-enable cache and un-hardcode tag --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f61f2df..d3d0c8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: context: . push: true - no-cache: true # just here temporarily for debugging a thing #tags: ${{ steps.meta.outputs.tags }} - tags: ghcr.io/arian04/pytas:latest + tags: | + type=raw,value=latest,enable={{is_default_branch}} labels: ${{ steps.meta.outputs.labels }}