Skip to content

Commit 7d97fff

Browse files
secrets_isssue_fixed
secrets_isssue_fixed
2 parents f892da2 + 1fd46d2 commit 7d97fff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cd_backend.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/login-action@v2
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
20-
password: ${{ secrets.DOCKERHUB_TOKEN }}
20+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
2121

2222
- name: Build and push
2323
uses: docker/build-push-action@v4
@@ -27,5 +27,3 @@ jobs:
2727
push: true
2828
tags: codeheist/rexial-http-server:${{ github.sha }}
2929

30-
31-
## SSH into our VM and start the new image

0 commit comments

Comments
 (0)