From 9edd9b0e15e69d3cc427980e76a24a0003b3aebc Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 12 Jul 2026 12:58:51 +0200 Subject: [PATCH] Add `id: metai` to `Compute image name and tag` step in `deploy-image.yml` --- .gitea/workflows/deploy-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-image.yml b/.gitea/workflows/deploy-image.yml index 1bfe366..f19deb1 100644 --- a/.gitea/workflows/deploy-image.yml +++ b/.gitea/workflows/deploy-image.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Compute image name and tag + id: metai run: | REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||') OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')