diff --git a/.github/workflows/maven-jib.yml b/.github/workflows/maven-jib.yml index 0853e13..5056668 100644 --- a/.github/workflows/maven-jib.yml +++ b/.github/workflows/maven-jib.yml @@ -2,7 +2,7 @@ name: Build the JIB image and upload to the container registry permissions: {} on: - workflow_dispatch: + workflow_call: jobs: snapshot: @@ -69,4 +69,3 @@ jobs: # # need to define: QUARKUS_CONTAINER_IMAGE_USERNAME and QUARKUS_CONTAINER_IMAGE_PASSWORD # id: build-image # run: '${{ inputs.build_image_command }}' - diff --git a/.github/workflows/private-release.yml b/.github/workflows/private-release.yml index bd9ffde..59a7739 100644 --- a/.github/workflows/private-release.yml +++ b/.github/workflows/private-release.yml @@ -1,5 +1,5 @@ # This is not meant to be copied and is only for this repository. -name: "0 Central Release Job" # Adding the 0 so that it's on top of the list of GitHub actions +name: "0 Release Job" # Adding the 0 so that it's on top of the list of GitHub actions on: workflow_dispatch: # Manual trigger so you don't release on every push inputs: