Skip to content

Commit e3b1966

Browse files
authored
Update build-containers.yml
1 parent e3764a1 commit e3b1966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
docker push ghcr.io/gitroomhq/postiz-devcontainer:latest
6464
6565
build-container-manifest:
66-
needs: build-containers
66+
needs: [build-containers, build-containers-common]
6767
runs-on: ubuntu-latest
6868
steps:
6969
- name: Login to ghcr
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Create Docker Manifest
7777
env:
78-
CONTAINERVER: ${{ jobs.build-containers-common.outputs.containerver }}
78+
CONTAINERVER: ${{ needs.build-containers-common.outputs.containerver }}
7979
run: |
8080
docker manifest create \
8181
ghcr.io/gitroomhq/postiz-app:latest \

0 commit comments

Comments
 (0)