diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2fc2f66ad8671c294738ecf9a68c13241ac9af0..063fe338eab7366fa5ce1fd3afa1d581221a51db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,10 +52,11 @@ build_img: - "Cargo.toml" - "Cargo.lock" image: - name: r.j3ss.co/img + name: alpine:3.18 entrypoint: [""] script: + - apk add --no-cache img - img login --password "${DOCKER_PASSWORD}" --username "${DOCKER_USER}" "${DOCKER_REGISTRY}" - img build --no-console -t docker.le-memese.com/bots/s3bot:latest . - img push docker.le-memese.com/bots/s3bot:latest