Skip to content

Commit

Permalink
ci(secrets): updated secrets for chimefrb dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 29, 2024
1 parent ae3da80 commit 8d80397
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
branches:
- "**"
paths-ignore:
- "docs/**"
types:
- ready_for_review
- synchronize
Expand Down Expand Up @@ -57,8 +55,8 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.CHIMEFRB_DOCKER_USERNAME }}
password: ${{ secrets.CHIMEFRB_DOCKER_PASSWORD }}
-
name: Run services
run: |
Expand Down

0 comments on commit 8d80397

Please sign in to comment.