Skip to content
Snippets Groups Projects
Commit a9377919 authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

switch to master branch

parent b4992768
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ before_script:
build_app:
stage: build
script:
- docker pull $CI_REGISTRY_IMAGE:test || true
- docker build --cache-from $CI_REGISTRY_IMAGE:test -t $IMAGE_TAG_APP .
- docker pull $CI_REGISTRY_IMAGE:master || true
- docker build --cache-from $CI_REGISTRY_IMAGE:master -t $IMAGE_TAG_APP .
- docker push $IMAGE_TAG_APP
build_nginx:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment