Skip to content

Commit

Permalink
fix: faraday ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Dec 8, 2023
1 parent b4cf2a8 commit 95ce273
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ github.token }}

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/faraday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- master
paths:
- docker/faraday/**
- .github/workflows/faraday.yml

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- master
paths:
- docker/pool/**
- .github/workflows/pool.yml

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions docker/bitcoin/image.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Release version
VERSION="26.0"

# Image config
NAME="bitcoin"
DESCRIPTION="Bitcoin Core"

0 comments on commit 95ce273

Please sign in to comment.