Skip to content

Commit 41090bd

Browse files
authored
Merge pull request #1118 from adambkovacs/fix/docker-build-fresh-base-image
2 parents 8e30271 + 6c4cf41 commit 41090bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
-f Dockerfile.dev \
5454
-t ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }} \
5555
--build-arg NEXT_PUBLIC_VERSION=${{ env.NEXT_PUBLIC_VERSION }} \
56+
--pull \
57+
--no-cache \
5658
--provenance=false --sbom=false \
5759
--output "type=registry,name=ghcr.io/gitroomhq/postiz-app:${{ env.CONTAINERVER }}-${{ matrix.arch }}" .
5860

0 commit comments

Comments
 (0)