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: |