diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4b29741..4b0d4cb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,12 +22,6 @@ jobs: git clone https://gitea.songhuwan.com/actions/docker-compose-updater.git . git checkout ${{ github.sha }} - - name: Build updater binary (test only) - run: | - go mod download - go build -o /dev/null ./cmd/updater - go build -o /dev/null ./cmd/dcu-send - - name: Build and push updater image run: | PUBLIC_KEY_BASE64=$(base64 -w0 < keys/signing-public.pem)