Skip to content
Snippets Groups Projects
Verified Commit e366bfc3 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

apply latest

parent fc60640c
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,4 @@ before_script: ...@@ -18,3 +18,4 @@ before_script:
script: script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t="$TRAVIS_REPO_SLUG:$TRAVIS_BUILD_NUMBER" . && docker push "$TRAVIS_REPO_SLUG:$TRAVIS_BUILD_NUMBER" - docker build -t="$TRAVIS_REPO_SLUG:$TRAVIS_BUILD_NUMBER" . && docker push "$TRAVIS_REPO_SLUG:$TRAVIS_BUILD_NUMBER"
- docker build -t="$TRAVIS_REPO_SLUG" . && docker push "$TRAVIS_REPO_SLUG"
cucc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment