From e3b1966be56ab9d2a40e30863c05e54d2f9084ac Mon Sep 17 00:00:00 2001 From: James Read Date: Tue, 24 Sep 2024 17:25:55 +0200 Subject: [PATCH] Update build-containers.yml --- .github/workflows/build-containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index effc4454..a0d83a75 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -63,7 +63,7 @@ jobs: docker push ghcr.io/gitroomhq/postiz-devcontainer:latest build-container-manifest: - needs: build-containers + needs: [build-containers, build-containers-common] runs-on: ubuntu-latest steps: - name: Login to ghcr @@ -75,7 +75,7 @@ jobs: - name: Create Docker Manifest env: - CONTAINERVER: ${{ jobs.build-containers-common.outputs.containerver }} + CONTAINERVER: ${{ needs.build-containers-common.outputs.containerver }} run: | docker manifest create \ ghcr.io/gitroomhq/postiz-app:latest \