#4 - CI pipeline & Dockerfile hardening: env var rename, extended logging, POSIX shell, privilege drop #5
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "4-script-is-not-found"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR closes #4 by renaming the GitHub Actions variable from GITHUB_REF_NAME to GIT_REF_NAME, fixing secrets and artifact destination paths, and adding detailed logging of environment variables and build actions for easier troubleshooting. It also updates the Dockerfile to run installation steps as root but switches to a non-root user for runtime, and replaces the shell with a strictly POSIX-compliant variant to improve portability and security.
#4 - Switch to POSIX-compliant shell and drop root privilegesto #4 - CI pipeline & Dockerfile hardening: env var rename, extended logging, POSIX shell, privilege drop