diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index adc25ce..db6bf85 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -28,7 +28,11 @@ jobs: - name: Build and push uses: docker/build-push-action@v4 + env: + ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119 with: push: true tags: mario1159/1159cl:latest + context: . + file: ./Dockerfile