Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/maven-jib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build the JIB image and upload to the container registry
permissions: {}

on:
workflow_dispatch:
workflow_call:

jobs:
snapshot:
Expand Down Expand Up @@ -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 }}'

2 changes: 1 addition & 1 deletion .github/workflows/private-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down