diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5f7de1f..2b9328e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 \ No newline at end of file + docker buildx imagetools inspect 192.168.1.230:8080/bertomlab/crawlflix-front:latest \ No newline at end of file