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 cccd02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -30,7 +30,7 @@ jobs:

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 cccd02e

Please # to comment.