From 22e1fc2eb8b66ff89014ca3b7c088907b41968cb Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 3 Apr 2023 10:22:18 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .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 e97d072..4578679 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.USERNAME}}/portfolio:latest + tags: gitea.xeovalyte.dev/${{ secrets.USERNAME}}/portfolio:latest