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 abeff59 commit f4341a2Copy full SHA for f4341a2
.github/workflows/build-containers.yml
@@ -79,7 +79,7 @@ jobs:
79
run: |
80
docker manifest create \
81
ghcr.io/gitroomhq/postiz-app:latest \
82
- ghcr.io/gitroomhq/postiz-app:amd64-${{ needs.build-containers.outputs.containerver }} \
83
- ghcr.io/gitroomhq/postiz-app:arm64-${{ needs.build-containers.outputs.containerver }}
+ ghcr.io/gitroomhq/postiz-app:amd64-${{ env.CONTAINERVER }} \
+ ghcr.io/gitroomhq/postiz-app:arm64-${{ env.CONTAINERVER }}
84
85
docker manifest push ghcr.io/gitroomhq/postiz-app:latest
0 commit comments