fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
parent
2ef08463c9
commit
c60ebb0bc7
@ -15,11 +15,11 @@ jobs:
|
|||||||
- name: Log in to Docker Hub - Main web app container registry
|
- name: Log in to Docker Hub - Main web app container registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
registry: gitea.dropgaze.xyz
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker build -t jake/sprout-db-migrations:latest .
|
run: docker build -t gitea.dropgaze.xyz/jake/sprout-db-migrations:latest .
|
||||||
- name: Push
|
- name: Push
|
||||||
run: docker push ${{ secrets.DOCKER_REGISTRY }}/jake/sprout-db-migrations:latest
|
run: docker push gitea.dropgaze.xyz/jake/sprout-db-migrations:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user