fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
This commit is contained in:
parent
79e0b7be27
commit
2ef08463c9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user