Skip to content

Commit f4341a2

Browse files
committed
ci: Fix container matrix job
1 parent abeff59 commit f4341a2

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
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
docker manifest create \
8181
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 }}
82+
ghcr.io/gitroomhq/postiz-app:amd64-${{ env.CONTAINERVER }} \
83+
ghcr.io/gitroomhq/postiz-app:arm64-${{ env.CONTAINERVER }}
8484
8585
docker manifest push ghcr.io/gitroomhq/postiz-app:latest

0 commit comments

Comments
 (0)