diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9d5dade..e49a431 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -25,6 +25,8 @@ jobs: password: ${{ secrets.DEPLOY_SECRET }} - name: Build and push uses: 'https://git.euph.dev/actions/docker-build-push@v5' + env: + ACTIONS_RUNTIME_TOKEN: '' with: context: images/actions/act push: true