From cceaeb8996470afac134922f8d98b04e842e7ba5 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Tue, 13 Feb 2024 15:08:14 -0800 Subject: [PATCH] Fix GHAs We have to hardcode the image name because the casing of the repo name causes problems. --- .github/workflows/manual-build.yml | 2 +- .github/workflows/release-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 944f903..eec6261 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -6,6 +6,6 @@ jobs: build-push: uses: kbase/.github/.github/workflows/reusable_build-push.yml@main with: - name: '${{ github.event.repository.name }}-develop' + name: jobrunner-develop' tags: br-${{ github.ref_name }} secrets: inherit diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index a254678..7aae500 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -20,6 +20,6 @@ jobs: needs: validate-release-tag uses: kbase/.github/.github/workflows/reusable_build-push.yml@main with: - name: '${{ github.event.repository.name }}' + name: jobrunner tags: '${{ github.event.release.tag_name }},latest' secrets: inherit