fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 15s

This commit is contained in:
Jake 2024-12-19 17:31:48 -03:00
parent 689139a9e6
commit a617cceed1

View File

@ -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 }}