Skip to content

Commit

Permalink
fix max-htlc-fee-rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fmar committed Mar 5, 2024
1 parent 6c42f0d commit f803e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_max-htlc-fee-rate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build s3-lastmodified-checker
name: Build max-htlc-fee-rate
on:
workflow_dispatch:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
image: ${{ env.IMAGENAME }}
registry: ${{ env.REGISTRY }}
directory: s3-lastmodified-checker
dockerfile: s3-lastmodified-checker/Dockerfile
directory: max-htlc-fee-rate
dockerfile: max-htlc-fee-rate/Dockerfile
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f803e68

Please sign in to comment.