From fe5efccb97e36ac100e4172fc1b86611908c4188 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Wed, 5 Jul 2023 22:43:13 +0200 Subject: [PATCH] action: dont use full url --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6008263..21b30ed 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: ACTIONS_RUNTIME_TOKEN: '' with: push: true - tags: ${{ gitea.server_url }}/${{ gitea.repository }}:latest + tags: git.philt3r/${{ gitea.repository }}:latest