Skip to content

Commit

Permalink
Test updated shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Jun 12, 2024
1 parent 068a7a3 commit 04be298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
maven-build:
uses: Telicent-oss/shared-workflows/.github/workflows/maven.yml@main
uses: Telicent-oss/shared-workflows/.github/workflows/maven.yml@maven-docs
with:
# Some Docker based tests in this repository but should be fine to pull the images we need without login
USES_DOCKERHUB_IMAGES: false
Expand All @@ -26,11 +26,11 @@ jobs:
# If running in debug mode, use appropriate logging
MAVEN_DEBUG_ARGS: -Dlogback.configurationFile=logback-debug.xml
JAVA_VERSION: 21
secrets: inherit

docker-build:
needs: maven-build
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main
uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@maven-docs
with:
APP_NAME: smart-cache-debug-tools
APP_NAME_PREFIX: ""
Expand Down

0 comments on commit 04be298

Please # to comment.