From b351a59b3127204a452c36c9d3095d9e37ba1bdf Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Wed, 20 Nov 2024 13:48:32 +0100 Subject: [PATCH] Context Signed-off-by: Patrick Niebeling --- .gitea/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 75a777c..9b5451b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,7 +15,7 @@ jobs: uses: docker/login-action@v3 with: registry: gitea.gnilebein.de - username: ${{ secrets.REG_GITEA_USERNAME }} + username: ${{ gitea.repository_owner }} password: ${{ secrets.REG_GITEA_PASSWORD }} - name: Get Meta @@ -27,7 +27,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: StableV2 + context: ./StableV2/ + pull: true push: true no-cache: true build-args: |