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 }}