Skip to content

Commit 02ece63

Browse files
chore: this commit updates docker hub login secrets in the pipeline
1 parent 6dfafe8 commit 02ece63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: login to docker hub
2020
uses: docker/login-action@v3
2121
with:
22-
username: ${{ secrets.DOCKERHUB_USERNAME }}
23-
password: ${{ secrets.DOCKERHUB_TOKEN }}
22+
username: ${{ secrets.DOCKER_USERNAME }}
23+
password: ${{ secrets.DOCKER_PASSWORD }}
2424

2525
- name: push docker image
2626
run: docker push httpsrichardy/federation:latest

0 commit comments

Comments
 (0)