From f5dfd335389632e20b0277442c80883eb613a387 Mon Sep 17 00:00:00 2001 From: Rob Vesse Date: Thu, 13 Jun 2024 09:43:08 +0100 Subject: [PATCH] Switch back to main workflow --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b20e4af..a71022d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ concurrency: jobs: maven-build: - uses: Telicent-oss/shared-workflows/.github/workflows/maven.yml@maven-docs + uses: Telicent-oss/shared-workflows/.github/workflows/maven.yml@main with: # Some Docker based tests in this repository but should be fine to pull the images we need without login USES_DOCKERHUB_IMAGES: false @@ -30,7 +30,7 @@ jobs: docker-build: needs: maven-build - uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@maven-docs + uses: telicent-oss/shared-workflows/.github/workflows/docker-push-to-registries.yml@main with: APP_NAME: smart-cache-debug-tools APP_NAME_PREFIX: ""