2 parents f892da2 + 1fd46d2 commit 7d97fffCopy full SHA for 7d97fff
1 file changed
.github/workflows/cd_backend.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: docker/login-action@v2
18
with:
19
username: ${{ secrets.DOCKERHUB_USERNAME }}
20
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
21
22
- name: Build and push
23
uses: docker/build-push-action@v4
@@ -27,5 +27,3 @@ jobs:
27
push: true
28
tags: codeheist/rexial-http-server:${{ github.sha }}
29
30
-
31
-## SSH into our VM and start the new image
0 commit comments