File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4343 tags : setavenger/blindbit-oracle:dev-${{ steps.commit.outputs.short }} # Use the short SHA to distinguish dev images
4444
4545 # Build and push the Docker image (tags)
46- - name : Build and push Docker image
46+ - name : Build and push Docker image (tags)
4747 if : startsWith(github.ref, 'refs/tags/')
4848 uses : docker/build-push-action@v4
4949 with :
6161 push : true
6262 build-args : --progress=plain
6363 tags : setavenger/blindbit-oracle:${{ github.ref_name }}
64-
65-
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ func DeleteBatchUTXOs(utxos []types.UTXO) error {
9999 common .ErrorLogger .Println (err )
100100 return err
101101 }
102- common .DebugLogger .Printf ("Deleted %d UTXOs\n " , len (utxos ))
102+ // common.DebugLogger.Printf("Deleted %d UTXOs\n", len(utxos))
103103 return nil
104104}
105105
You can’t perform that action at this time.
0 commit comments