diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e49a431..549b60c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -25,9 +25,7 @@ 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 - tags: user/act:latest \ No newline at end of file + tags: actions/act:latest \ No newline at end of file