diff --git a/.gitea/workflows/wf_full.yaml b/.gitea/workflows/wf_full.yaml index 414c294..566baa2 100644 --- a/.gitea/workflows/wf_full.yaml +++ b/.gitea/workflows/wf_full.yaml @@ -54,7 +54,7 @@ jobs: - name: Run building script id: build-script run: | - build_args="-b $BR -i alt/distroless-devel" + build_args="-b $BR -i alt/distroless-true" #-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 --overwrite-organization $ORG-$BR"; fi