From c2c7fca0efcdca88f655d7ee6815087750e9dab3 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:18:15 +0200 Subject: [PATCH] init --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 958565a..5d291c2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,6 +12,8 @@ jobs: id: meta with: images: gitea.okami101.io/okami101/toolchain + tags: | + type=raw,value=latest,enable={{is_default_branch}} - uses: docker/login-action@v3 with: registry: ${{ vars.CONTAINER_REGISTRY }}