diff --git a/.gitea/workflows/build-an-push.yaml b/.gitea/workflows/build-an-push.yaml index 3b397db..5b1c0df 100644 --- a/.gitea/workflows/build-an-push.yaml +++ b/.gitea/workflows/build-an-push.yaml @@ -12,13 +12,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 - - name: setup buildx - uses: docker/setup-buildx-action@v3 - with: - config-inline: | - [registry."192.168.0.151:32000"] - http = true - insecure = true - name: Build and push Docker image uses: docker/build-push-action@v5