We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3764a1 commit e3b1966Copy full SHA for e3b1966
.github/workflows/build-containers.yml
@@ -63,7 +63,7 @@ jobs:
63
docker push ghcr.io/gitroomhq/postiz-devcontainer:latest
64
65
build-container-manifest:
66
- needs: build-containers
+ needs: [build-containers, build-containers-common]
67
runs-on: ubuntu-latest
68
steps:
69
- name: Login to ghcr
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Create Docker Manifest
77
env:
78
- CONTAINERVER: ${{ jobs.build-containers-common.outputs.containerver }}
+ CONTAINERVER: ${{ needs.build-containers-common.outputs.containerver }}
79
run: |
80
docker manifest create \
81
ghcr.io/gitroomhq/postiz-app:latest \
0 commit comments