Skip to content

Commit

Permalink
chnage GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Oct 15, 2024
1 parent 45acdfb commit 11b0043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image-on-push-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
build_and_push:
build_and_push_image:
permissions:
packages: write
security-events: write
Expand All @@ -21,4 +21,4 @@ jobs:
run_trivy_scan: true
image_tag_generation: "ticket_from_branch"
add_latest_tag: false
container_registry: "ghcr.io"
container_registry: "ghcr.io"
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,4 @@ jobs:
run_trivy_scan: true
image_tag_generation: "version_git_tag"
add_latest_tag: true
container_registry: "ghcr.io"
publish_helm:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
secrets: inherit
with:
chart_name: schulportal-load-tests
helm_chart_version_generation: specified
image_tag_generation: specified
helm_chart_version: ${{ github.ref_name }}
image_tag: ${{ github.ref_name }}
container_registry: "ghcr.io"
1 change: 0 additions & 1 deletion .github/workflows/trigger-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Trigger Loadtest

on:
workflow_dispatch:
on:
push:
branch: DBP-1012-setup-loadtest-env

Expand Down

0 comments on commit 11b0043

Please sign in to comment.