Updated CI.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-12 21:41:19 +04:00
parent 091198f624
commit b5bfa7aa28

View File

@ -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