diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 20ca648..dd5ec8b 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -24,6 +24,6 @@ jobs: - name: Build and push uses: 'https://git.euph.dev/actions/docker-build-push@v5' with: - context: "{{defaultContext}}:images/actions/act" push: true - tags: user/act:latest \ No newline at end of file + tags: user/act:latest + file: images/actions/act/Dockerfile \ No newline at end of file