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.
2 parents 8e30271 + 6c4cf41 commit 41090bdCopy full SHA for 41090bd
.github/workflows/build-containers.yml
@@ -53,6 +53,8 @@ jobs:
53
-f Dockerfile.dev \
54
-t ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }} \
55
--build-arg NEXT_PUBLIC_VERSION=${{ env.NEXT_PUBLIC_VERSION }} \
56
+ --pull \
57
+ --no-cache \
58
--provenance=false --sbom=false \
59
--output "type=registry,name=ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }}" .
60
0 commit comments