diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a6f029..8a8118bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: - build-test: + build-test-dev: strategy: matrix: arch: [amd64, arm64] diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0cf086b4..ae36274c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true jobs: - build-test: + build-test-master: strategy: matrix: arch: [amd64, arm64] @@ -17,7 +17,7 @@ jobs: with: arch: ${{ matrix.arch }} - push-images: + push-images-master: strategy: matrix: arch: [amd64, arm64] @@ -27,7 +27,7 @@ jobs: arch: ${{ matrix.arch }} secrets: inherit - images: + images-master: uses: ./.github/workflows/reusable_manifest_images.yml needs: push-images secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec115312..261e5fd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: id-token: write # needed for keyless signing jobs: - build-test: + build-test-release: strategy: matrix: arch: [amd64, arm64] @@ -18,7 +18,7 @@ jobs: with: arch: ${{ matrix.arch }} - push-images: + push-images-release: strategy: matrix: arch: [amd64, arm64] @@ -30,7 +30,7 @@ jobs: is_latest: true secrets: inherit - images: + images-release: uses: ./.github/workflows/reusable_manifest_images.yml needs: push-images with: