feat(deploy): Recreate container when pull_policy set to Always (#100)

This commit is contained in:
Anton Ovchinnikov
2025-07-21 14:47:38 +10:00
committed by GitHub
parent 87c7889c2e
commit a54555cd13
3 changed files with 52 additions and 5 deletions
-4
View File
@@ -101,10 +101,6 @@ lint-and-fix: ARGS=--fix
_lint:
golangci-lint run $(ARGS)
# .PHONY: lint-and-fix
# lint-and-fix: lint
# ARGS="--fix"
.PHONY: docs-image-push
docs-image:
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(DOCS_IMAGE)" ./docs