From e49928707949ae1e0ff0585f335754fea4ce7561 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 26 Aug 2024 07:57:04 -0400 Subject: [PATCH] Update action-test.yml --- .github/workflows/action-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 439aa02..9c31aa1 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -5,7 +5,7 @@ on: inputs: tag: description: 'Repo Branch/Tag' - default: 'main' + default: '0.4.6' type: 'string' required: true @@ -62,4 +62,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64,linux/ppc64le push: true - tags: ${{ steps.prep.outputs.tags }} \ No newline at end of file + tags: ${{ steps.prep.outputs.tags }}