This commit is contained in:
Andras Bacsai
2022-09-06 12:02:03 +02:00
parent 216c7efd42
commit 7d504ab2bf

View File

@@ -72,14 +72,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [arm64-making-something-cool, amd64-making-something-cool] needs: [arm64-making-something-cool, amd64-making-something-cool]
steps: steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to docker hub - name: Login to docker hub
if: success() if: success()
uses: actions-hub/docker/login@v1.0.3 uses: actions-hub/docker/login@v1.0.3
env: env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create & push manifest - name: Create & push manifest
uses: actions-hub/docker@v1.0.3
with: with:
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