diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 082d05d..fa1930b 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -46,7 +46,7 @@ jobs: - name: Build run: cargo build --release - - run: echo "secrets.GITHUB_TOKEN ${{ secrets.GITHUB_TOKEN }}, gitea.actor ${{ gitea.actor }}" + - run: echo "secrets.GITHUB_TOKEN ${{ secrets.GITHUB_TOKEN }}, secrets.GITEA_TOKEN ${{ secrets.GITEA_TOKEN }}" - name: Log in to the Container registry uses: https://github.com/docker/login-action@v2 @@ -63,7 +63,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: https://github.com/docker/build-push-action@v4 + uses: docker/build-push-action@master env: ACTIONS_RUNTIME_TOKEN: '' with: