From 68f3ef837f19ec525cffc56b9b7e29dcdb6b3116 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Tue, 27 Aug 2024 18:35:12 +0200 Subject: [PATCH] Tag the image correctly --- .gitea/workflows/release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 69e5254..2934b99 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -21,7 +21,7 @@ jobs: - uses: aevea/action-kaniko@master name: Run Kaniko to build our docker container. with: - image: kocoded/gitea-workspaces/szuntis-backend-main + image: kocoded/szuntis/szuntis-backend-main tag: ${{ gitea.workflow_sha }} tag_with_latest: true registry: git.kocoder.xyz