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 b44e3e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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

0 comments on commit b44e3e3

Please sign in to comment.