From e7ae15162c7a058db3e623afb063fe391f63888a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 6 Sep 2022 15:40:16 +0200 Subject: [PATCH] Update GH Actions prod release --- .github/workflows/production-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 961e1f18f..e3e6a0750 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -72,6 +72,9 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Get current package version + uses: martinbeentjes/npm-get-version-action@v1.2.3 + id: package-version - name: Create & publish manifest run: | docker manifest create coollabsio/coolify:${{steps.package-version.outputs.current-version}} --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-amd64 --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64