Compare commits
No commits in common. "d835b5b76c0feb5f051634482dde7b7be7fe35e2" and "9225b8947de9ac97ef9cd161a7b331dc5005797f" have entirely different histories.
d835b5b76c
...
9225b8947d
@ -19,15 +19,13 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Set up QEMU
|
||||
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
|
||||
- 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user