fixit now
This commit is contained in:
parent
00b1a4f174
commit
b1c1138cf8
12
.github/workflows/release-candidate.yml
vendored
12
.github/workflows/release-candidate.yml
vendored
@ -77,7 +77,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Create manifest
|
- name: Create & push manifest
|
||||||
run: bash docker manifest create coollabsio/coolify:${{github.event.release.name}} --amend coollabsio/coolify:${{github.event.release.name}}-amd64 --amend coollabsio/coolify:${{github.event.release.name}}-arm64
|
uses: addnab/docker-run-action@v3
|
||||||
- name: Push Manifest
|
with:
|
||||||
run: bash docker manifest push coollabsio/coolify:${{github.event.release.name}}
|
image: docker:latest
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
docker manifest create coollabsio/coolify:${{github.event.release.name}} --amend coollabsio/coolify:${{github.event.release.name}}-amd64 --amend coollabsio/coolify:${{github.event.release.name}}-arm64
|
||||||
|
docker manifest push coollabsio/coolify:${{github.event.release.name}}
|
||||||
|
Loading…
Reference in New Issue
Block a user