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