From 08ae4e0971668b6dfd0d3fdd7f67daa1abfa90a7 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 17:52:27 +0100 Subject: [PATCH] NOTICKET: Setup --- .gitea/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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