Skip to content

Commit

Permalink
remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed May 1, 2024
1 parent 250b8d9 commit ce80216
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,9 @@ on:
- 'false'
tag:
description: "Override default tag"
cache:
type: choice
default: 'false'
options:
- 'true'
- 'false'
pull:
description: "Should kolla-build pull the OS bas image before build"
type: choice
default: 'false'
options:
- 'true'
- 'false'

env:
DOCKER_REGISTRY: ghcr.io
KOLLA_NAMESPACE_DEV: chameleoncloud/kolla-dev
KOLLA_NAMESPACE_PROD: chameleoncloud/kolla

jobs:
build-containers:
Expand All @@ -50,12 +35,6 @@ jobs:
- name: Set push argument from workflow inputs
if: github.event.inputs.push == 'true'
run: echo "SHOULD_PUSH=1" >> $GITHUB_ENV
- name: Set Cache argument from workflow inputs
if: github.event.inputs.cache == 'true'
run: echo "KOLLA_CACHE=1" >> $GITHUB_ENV
- name: Set Pull argument from workflow inputs
if: github.event.inputs.pull == 'true'
run: echo "PULL=1" >> $GITHUB_ENV
- name: Set tag argument from workflow inputs
if: github.event.inputs.tag != ''
run: echo "DOCKER_TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
Expand Down

0 comments on commit ce80216

Please sign in to comment.