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