From b930a5b95ca4cb1f44da51868988f6a7fec11da5 Mon Sep 17 00:00:00 2001 From: M_Westerholz Date: Wed, 16 Oct 2024 08:33:29 +0000 Subject: [PATCH] changed adding latest tag to true --- .github/workflows/publish-image-on-push-to-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-on-push-to-branch.yml b/.github/workflows/publish-image-on-push-to-branch.yml index 5cdef56..7c485b5 100644 --- a/.github/workflows/publish-image-on-push-to-branch.yml +++ b/.github/workflows/publish-image-on-push-to-branch.yml @@ -20,5 +20,5 @@ jobs: image_name: "schulportal-load-tests" run_trivy_scan: true image_tag_generation: "ticket_from_branch" - add_latest_tag: false + add_latest_tag: true container_registry: "ghcr.io" \ No newline at end of file