fix(cicd): adds checkout step
This commit is contained in:
parent
9225b8947d
commit
eb750432fe
@ -19,13 +19,8 @@ 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/sproute-db-migrations:latest
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
file: ./Dockerfile
|
||||
- name: Build
|
||||
run: docker buildx build -t gitea.dropgaze.xyz/jake/sproute-db-migrations:latest --platform linux/amd64,linux/arm64 .
|
||||
|
||||
- name: Push
|
||||
run: docker push -t gitea.dropgaze.xyz/jake/sproute-db-migrations:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user