From b4b6d0e975d1f450c13f07bd718fd281036c38ab Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 20 Jan 2024 21:37:44 +0100 Subject: [PATCH] change back tag --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aa885f0..312dc2f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,4 +23,4 @@ jobs: uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0 with: push: true - tags: git.keine.cloud/${{ env.GITHUB_REPOSITORY }}:stable + tags: git.keine.cloud/${{ env.GITHUB_REPOSITORY }}:latest