fix
This commit is contained in:
parent
2fc65e3b42
commit
eba63e8e76
6
.github/workflows/release-candidate.yml
vendored
6
.github/workflows/release-candidate.yml
vendored
@ -74,13 +74,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Login to docker hub
|
- name: Create & push manifest
|
||||||
if: success()
|
uses: actions-hub/docker/cli@v1.0.3
|
||||||
uses: actions-hub/docker/login@v1.0.3
|
|
||||||
env:
|
env:
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Create & push manifest
|
|
||||||
run: |
|
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 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}}
|
docker manifest push coollabsio/coolify:${{github.event.release.name}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user