Compare commits
2 Commits
9225b8947d
...
d835b5b76c
| Author | SHA1 | Date | |
|---|---|---|---|
| d835b5b76c | |||
| eb750432fe |
@ -19,13 +19,15 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Main web app container image to registry
|
- name: Set up QEMU
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/setup-qemu-action@v3
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
-
|
||||||
|
name: Build and push
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: jake/sproute-db-migrations:latest
|
tags: jake/sproute-db-migrations:latest
|
||||||
platforms: |
|
|
||||||
linux/amd64
|
|
||||||
linux/arm64
|
|
||||||
file: ./Dockerfile
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user