Обновить .gitea/workflows/wf_full_p10.yaml
All checks were successful
Full building alt images / build-process (push) Successful in 10m16s
Full building alt images / test-process (push) Has been skipped

This commit is contained in:
Надежда Федорова 2024-04-18 12:22:42 +03:00
parent ae072551ba
commit f314eede47

View File

@ -58,7 +58,7 @@ jobs:
- name: Run building script
id: build-script
run: |
build_args="-b $BR -i alt/distroless-true"
build_args="-b $BR -o $ORG"
#-o $ORG --skip-images alt/distroless-devel
if [[ $BR == 'sisyphus' ]]; then build_args="$build_args --skip-arches arm"; fi
if [[ $ORG == 'k8s' ]]; then build_args="$build_args --tags tags.toml --overwrite-organization $ORG-$BR"; fi