Manuel Agustin Aquino
Results
1
comments of
Manuel Agustin Aquino
I solve this problem with Gitlab CI and Docker help. Add arg with git hash to build script: .gitlab-ci.yml ``` build_webapp: stage: build script: - docker build --build-arg=COMMIT=$(git rev-parse --short...