fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s

This commit is contained in:
Jake 2024-12-19 17:42:08 -03:00
parent 79e0b7be27
commit 2ef08463c9

View File

@ -22,4 +22,4 @@ jobs:
- name: Build
run: docker build -t jake/sprout-db-migrations:latest .
- name: Push
run: docker push jake/sprout-db-migrations:latest
run: docker push ${{ secrets.DOCKER_REGISTRY }}/jake/sprout-db-migrations:latest