Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Nov 20, 2023
1 parent 53b8073 commit f660bda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
version:
description: 'enter version(x.y.z)'
required: true
default: '1.0.0'
default: '2.0.0'
container_arch:
type: choice
description: 'choose container architecture'
default: linux/amd64,linux/arm64
default: linux/amd64
options:
- "linux/amd64"
- "linux/amd64,linux/arm64"
Expand Down Expand Up @@ -139,6 +139,7 @@ jobs:
build-args: |
PACKAGE_VERSION=${{ env.PACKAGE_VERSION }}
BRANCH_NAME=${{ env.BRANCH_NAME }}
provenance: false

- name: Notice when job fails
if: failure()
Expand Down

0 comments on commit f660bda

Please sign in to comment.