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 43
43
tags : setavenger/blindbit-oracle:dev-${{ steps.commit.outputs.short }} # Use the short SHA to distinguish dev images
44
44
45
45
# Build and push the Docker image (tags)
46
- - name : Build and push Docker image
46
+ - name : Build and push Docker image (tags)
47
47
if : startsWith(github.ref, 'refs/tags/')
48
48
uses : docker/build-push-action@v4
49
49
with :
61
61
push : true
62
62
build-args : --progress=plain
63
63
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 {
99
99
common .ErrorLogger .Println (err )
100
100
return err
101
101
}
102
- common .DebugLogger .Printf ("Deleted %d UTXOs\n " , len (utxos ))
102
+ // common.DebugLogger.Printf("Deleted %d UTXOs\n", len(utxos))
103
103
return nil
104
104
}
105
105
You can’t perform that action at this time.
0 commit comments