This commit is contained in:
@@ -6,10 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
platform: [linux/amd64, linux/arm64]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@@ -31,10 +28,11 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:latest
|
192.168.1.230:8080/bertomlab/crawlflix-front:latest
|
||||||
|
|
||||||
- name: Inspect
|
- name: Inspect
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect 192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:latest
|
docker buildx imagetools inspect 192.168.1.230:8080/bertomlab/crawlflix-front:latest
|
||||||
Reference in New Issue
Block a user