Update web-deploy.yml
This commit is contained in:
parent
ed6a66fbb0
commit
16bb0bf7ba
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-deploy.yml
vendored
1
.github/workflows/web-deploy.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
- name: Login to Docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build Image and Push to Registry
|
||||
|
|
|
|||
Loading…
Reference in a new issue