fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
This commit is contained in:
parent
8c5b36c282
commit
79e0b7be27
@ -19,11 +19,7 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push Main web app container image to registry
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
jake/sprout-db-migrations:latest
|
||||
file: ./Dockerfile
|
||||
- name: Build
|
||||
run: docker build -t jake/sprout-db-migrations:latest .
|
||||
- name: Push
|
||||
run: docker push jake/sprout-db-migrations:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user