Update action-test.yml
This commit is contained in:
parent
2a9a6c3562
commit
e499287079
1 changed files with 2 additions and 2 deletions
4
.github/workflows/action-test.yml
vendored
4
.github/workflows/action-test.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
description: 'Repo Branch/Tag'
|
description: 'Repo Branch/Tag'
|
||||||
default: 'main'
|
default: '0.4.6'
|
||||||
type: 'string'
|
type: 'string'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -62,4 +62,4 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue