Skip to content

Commit

Permalink
remove registry option from build-test
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz <oguzkaganozt@gmail.com>
  • Loading branch information
oguzkaganozt committed Mar 8, 2024
1 parent 0ff7d73 commit c0beb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
inputs:
artifacts-destination:
type: choice
description: Destination for the artifacts
description: Built images will be saved as tarball
options:
- registry
- tarball
default: tarball

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
inputs:
artifacts-destination:
type: choice
description: Destination for the artifacts
description: Built images will be saved as tarball
options:
- registry
- tarball
default: tarball

Expand Down

0 comments on commit c0beb6e

Please sign in to comment.