push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 94ed8ad7dd - Show all commits

View file

@ -52,6 +52,7 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set" echo "DOCKERHUB_TOKEN secret is set"
fi fi
build: build:
needs: check-inputs
if: inputs.workflow_type != 'release' if: inputs.workflow_type != 'release'
environment: ${{ inputs.environments }} environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'

View file

@ -52,6 +52,7 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set" echo "DOCKERHUB_TOKEN secret is set"
fi fi
build: build:
needs: check-inputs
if: inputs.workflow_type == 'release' if: inputs.workflow_type == 'release'
environment: ${{ inputs.environments }} environment: ${{ inputs.environments }}
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'