add tags flag to single building

This commit is contained in:
Nadezhda Fedorova 2024-09-26 15:22:44 +03:00
parent 0e21a9248a
commit 19cc3e9200

View File

@ -72,8 +72,9 @@ jobs:
- name: Run building script
id: build-script
run: |
if [[ "$IM" == *"k8s"* ]]; then k8sarg="--tags=tags.toml"; else k8sarg=""; fi
echo "build.py -i $IM -b $BR"
${{ gitea.workspace }}/build.py -i $IM -b $BR
${{ gitea.workspace }}/build.py -i $IM -b $BR $k8sarg
env:
IM: ${{ env.IMAGE }}
BR: ${{ env.BRANCH }}