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