diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 05b8062..48f13c2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,8 @@ jobs: with: registry: gitea.interno.com:3000 username: nucleo000 - password: 389622c4fa9992ae401b989f1797f8715034f62e + password: ${{ secrets.GITEA_PAT }} + insecure: true - name: Build & push uses: docker/build-push-action@v4