GitLab CI: Set REPO_BINARY=1

This commit is contained in:
Jeremy Soller 2023-03-01 13:04:58 -07:00
parent bfde266b90
commit cdf9a708f0
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -34,7 +34,7 @@ img:
- | - |
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
cargo install --version 0.1.1 cargo-config && cargo install --version 0.1.1 cargo-config &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
artifacts: artifacts:
paths: paths:
- build/img/ - build/img/