diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index dfd78ce..73d4597 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,7 +17,6 @@ jobs: container: image: catthehacker/ubuntu:act-latest - options: --dns 8.8.8.8 steps: - name: Set up Docker Buildx @@ -51,7 +50,6 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v6 - options: --dns 8.8.8.8 env: ACTIONS_RUNTIME_TOKEN: '' with: