Skip to content

Commit

Permalink
Case 1
Browse files Browse the repository at this point in the history
- MAIN_BRANCH : false
- no QUAY credentials -> DEPLOY_IMAGES : false

Expected:
- build images & related image || docker file actions
- no GHCR / QUAY login
- no GHCR / QUAY push
  • Loading branch information
RazvanLiviuVarzaru committed Aug 28, 2024
1 parent accf523 commit 7194c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bbw_build_container_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
required: false
type: string
default: 'true'

#Case 1
jobs:
build:
runs-on: ${{ inputs.runner || 'ubuntu-22.04' }}
Expand Down

0 comments on commit 7194c50

Please sign in to comment.