Change docker registry
All checks were successful
ci / docker (push) Successful in 7m40s

This commit is contained in:
Joris Bertomeu
2024-09-30 17:58:32 +02:00
parent f14671e4f4
commit 0b6a21e645

View File

@@ -6,9 +6,6 @@ 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
@@ -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