This commit is contained in:
2025-11-21 05:51:17 +00:00
parent e2c46ab927
commit fb123b9f06

View File

@ -51,7 +51,7 @@ jobs:
# run: docker build -t harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }} .
- name: DEBUG: build with buildx logs
run: docker buildx build --debug --progress=plain -t harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }} .
# push
- name: Push to Docker
run: docker push harbor.icurfer.com/msa-demo/msa-django-ansible:${{ steps.img-ver.outputs.content }}
### off-test ###