From de1801d9267d68d8016432fa655771e3aff53006 Mon Sep 17 00:00:00 2001 From: "leaf nunes (at work)" Date: Wed, 27 Oct 2021 17:35:29 -0700 Subject: [PATCH] initiate release for 1.0.3 --- .github/workflows/manual-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 2a2d7fa..8bb213a 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -3,7 +3,7 @@ name: Manual - Produce Docker Image, GH Release on: push: branch: - - controller-1.0.2 + - controller-1.0.3 jobs: # Manual workflow to backfill any failed/missed builds @@ -12,7 +12,7 @@ jobs: build_push_release: runs-on: ubuntu-latest env: - TAG: "1.0.2" + TAG: "1.0.3" steps: - uses: actions/checkout@v2 - name: Build and push Docker image