diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 934e1af..ff31e05 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to Gitea Container Registry - run: echo "${{ github.token }}" | docker login git.cqre.net -u ${{ github.actor }} --password-stdin + run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.cqre.net -u ${{ github.actor }} --password-stdin - name: Build Docker image run: docker build ./backend --tag git.cqre.net/cqrenet/aoc-backend:${{ gitea.ref_name }}