fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 15s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 15s
This commit is contained in:
parent
689139a9e6
commit
a617cceed1
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Log in to Docker Hub - Main web app container registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registyr: ${{ secrets.DOCKER_REGISTRY }}
|
||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user