fixes
This commit is contained in:
parent
f1f3217052
commit
e26dd578ef
7
.github/workflows/release-candidate.yml
vendored
7
.github/workflows/release-candidate.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
types: [prereleased]
|
types: [prereleased]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
making-something-cool-arm64:
|
arm64-making-something-cool:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
||||||
making-something-cool-amd64:
|
amd64-making-something-cool:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -68,8 +68,9 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
||||||
merge-manifest:
|
merge-manifest-to-be-cool:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
needs: [arm64-making-something-cool, amd64-making-something-cool]
|
||||||
steps:
|
steps:
|
||||||
- name: Create and push manifest images
|
- name: Create and push manifest images
|
||||||
uses: Noelware/docker-manifest-action@master
|
uses: Noelware/docker-manifest-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user