From 7d2178c24afc6b9da79289bce094a15bc9e671b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Fri, 29 Aug 2025 09:51:03 +0200 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index fd187be..24b38b5 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,16 +14,15 @@ jobs: push_to_registry: name: Push Docker image to Docker Hub runs-on: ubuntu-latest - permissions: - packages: write - contents: read - attestations: write - id-token: write + # permissions: + # packages: write + # contents: read + # attestations: write + # id-token: write steps: - - name: Check out the repo + - name: Checkout uses: actions/checkout@v4 - - - name: Log in to Docker Hub + - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: registry: git.letsstein.de