reset production release
This commit is contained in:
parent
28d2471b4d
commit
3b6a4ece0f
11
.github/workflows/production-release.yml
vendored
11
.github/workflows/production-release.yml
vendored
@ -2,8 +2,7 @@ name: production-release
|
||||
|
||||
on:
|
||||
release:
|
||||
# types: [released]
|
||||
types: [prereleased]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
arm64:
|
||||
@ -105,7 +104,7 @@ jobs:
|
||||
- name: Create & publish manifest
|
||||
run: |
|
||||
docker buildx imagetools create --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 --tag coollabsio/coolify:${{steps.package-version.outputs.current-version}}
|
||||
# - uses: sarisia/actions-status-discord@v1
|
||||
# if: always()
|
||||
# with:
|
||||
# webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user