From e26dd578ef70ea1a94579e0a3a7cdacbf278c8be Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 6 Sep 2022 11:02:33 +0200 Subject: [PATCH] fixes --- .github/workflows/release-candidate.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 49f49f709..47deb015f 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -4,7 +4,7 @@ on: types: [prereleased] jobs: - making-something-cool-arm64: + arm64-making-something-cool: runs-on: self-hosted steps: - name: Checkout @@ -36,7 +36,7 @@ jobs: if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }} - making-something-cool-amd64: + amd64-making-something-cool: runs-on: self-hosted steps: - name: Checkout @@ -68,8 +68,9 @@ jobs: if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }} - merge-manifest: + merge-manifest-to-be-cool: runs-on: self-hosted + needs: [arm64-making-something-cool, amd64-making-something-cool] steps: - name: Create and push manifest images uses: Noelware/docker-manifest-action@master