change CI pipelines

main
Mi Klo 2023-07-21 23:25:30 +00:00
rodzic 52e10c42af
commit 24b0f4eb83
2 zmienionych plików z 17 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1,15 @@
when:
event: tag
branch: ${CI_REPO_DEFAULT_BRANCH}
steps:
step2:
image: docker:cli
secrets: [test_secret]
commands:
- docker build ./subfolder -t ci-test:${CI_COMMIT_TAG} -f ./subfolder/Dockerfile
environment:
TEST_ENV: testowa wartosc TEST_ENV

Wyświetl plik

@ -26,5 +26,6 @@ steps:
# - ${CI_COMMIT_SHA:0:10}
- latest
depends_on:
- step1