From 75110474f193b17d4e22fb458d1b97a27b84f1be Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 24 Feb 2024 18:15:55 +0100 Subject: [PATCH] Try to push to registry. --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 80ef19f..bb836b5 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 env: - ACTIONS_RUNTIME_TOKEN: ''' + ACTIONS_RUNTIME_TOKEN: '' with: tags: cs-git.ddnss.de/ri-st/startup:latest push: true