From 926664b2283a2174e84aa8c1df5a78c273168a45 Mon Sep 17 00:00:00 2001 From: Timam Date: Wed, 4 Oct 2023 02:49:39 +0600 Subject: [PATCH] using metrix --- .github/workflows/release.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4304376..003a8b0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,14 +7,23 @@ on: jobs: build: - name: Build and push image + name: release docker images runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + platform: + - linux/386 + - linux/amd64 + - linux/arm/v6 + - linux/arm/v7 + - linux/arm64/v8 steps: - name: Checkout uses: actions/checkout@v4 - - name: build and push watcher docker image to quay.io + - name: release watcher image to quay.io uses: statuzproj/actions/quay-multi-arch@main with: service_name: watcher @@ -24,7 +33,7 @@ jobs: quay_username: ${{ secrets.QUAY_USERNAME }} quay_password: ${{ secrets.QUAY_PASSWORD }} - - name: build and push genie docker image to quay.io + - name: release genie image to quay.io uses: statuzproj/actions/quay-multi-arch@main with: service_name: genie