This commit is contained in:
@@ -5,13 +5,13 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- ls -al
|
- ls -al
|
||||||
settings:
|
# settings:
|
||||||
context: ./build
|
# context: ./build
|
||||||
repo: ${CI_REPO_NAME}
|
# repo: ${CI_REPO_NAME}
|
||||||
username:
|
# username:
|
||||||
from_secret: dockerhub_user
|
# from_secret: dockerhub_user
|
||||||
password:
|
# password:
|
||||||
from_secret: DOCKERHUB_TOKEN
|
# from_secret: DOCKERHUB_TOKEN
|
||||||
auto_tag: true
|
# auto_tag: true
|
||||||
when:
|
when:
|
||||||
event: [push, tag, deployment]
|
event: [push, tag, deployment]
|
||||||
|
|||||||
Reference in New Issue
Block a user