1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 06:31:11 +01:00
This commit is contained in:
Daniil Gentili 2023-05-29 10:06:57 +02:00
parent c2556e9b9e
commit 4824d14734
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -36,9 +36,11 @@ pipeline:
- tag
- push
alias:
alias_images:
image: docker:cli
secrets: [docker_username, docker_password]
secrets:
- docker_username
- docker_password
commands:
- echo "test$docker_username"test
- docker login --username "$docker_username" --password "$docker_password"