From 7923b8c13e97a1d39de492cb849074a8e129a8a4 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Sat, 14 Feb 2026 11:23:44 +0000 Subject: [PATCH] new test --- .gitea/workflows/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index 41565aa..31d3673 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -43,7 +43,7 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_ORG }}/analytics:${{ env.BRANCH_NAME }} + tags: analytics:${{ env.BRANCH_NAME }} platforms: linux/amd64