test
This commit is contained in:
parent
ec3cbf788b
commit
9691010e7b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/staging-release.yml
vendored
2
.github/workflows/staging-release.yml
vendored
|
|
@ -87,6 +87,8 @@ jobs:
|
|||
run: |
|
||||
docker manifest create coollabsio/coolify:next --amend coollabsio/coolify:next-amd64 --amend coollabsio/coolify:next-arm64
|
||||
docker manifest push coollabsio/coolify:next
|
||||
docker manifest create coollabsio/coolify:test --amend coollabsio/coolify:next
|
||||
docker manifest push coollabsio/coolify:test
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue