From 3320882948ee8f9945113d4edc9accb8d9a8e073 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Wed, 24 Jan 2024 21:46:58 +0000 Subject: [PATCH] set git tag --- .github/actions/build-custom-image-with-apko/action.yml | 4 ++++ .github/workflows/arm64-arc-runner-set.yaml | 1 - .github/workflows/build-test.yaml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/build-custom-image-with-apko/action.yml b/.github/actions/build-custom-image-with-apko/action.yml index 63551e52a4..d31e09cd5f 100644 --- a/.github/actions/build-custom-image-with-apko/action.yml +++ b/.github/actions/build-custom-image-with-apko/action.yml @@ -9,6 +9,10 @@ inputs: description: 'Name of the component (e.g. kotsadm, kurl-proxy, etc...)' required: true + git-tag: + description: 'Git tag' + required: true + image-name: description: 'Full destination image name' required: true diff --git a/.github/workflows/arm64-arc-runner-set.yaml b/.github/workflows/arm64-arc-runner-set.yaml index d3c1905df4..d2cc0beeb8 100644 --- a/.github/workflows/arm64-arc-runner-set.yaml +++ b/.github/workflows/arm64-arc-runner-set.yaml @@ -4,7 +4,6 @@ on: schedule: - cron: "0 17 * * 0" # 5pm UTC on Sundays workflow_dispatch: {} - pull_request: jobs: create-controller: diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 8c86069420..ee3ee383f2 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -297,6 +297,7 @@ jobs: with: context: deploy component: kotsadm + git-tag: ${{ needs.generate-tag.outputs.tag }} image-name: ttl.sh/automated-${{ github.run_id }}/kotsadm:24h