Unverified Commit dc8774d6 authored by kladko's avatar kladko

Added image tagging

parent de0e0658
......@@ -12,7 +12,7 @@ jobs:
- name: test
run: echo ${GITHUB_REF##*/}
- name: test2
run: if [ ${GITHUB_REF##*/} = "two_docker_images" ]; then TAG="${GITHUB_REF##*/}"; else TAG="haha"; fi;
run: if [ ${GITHUB_REF##*/} = "two_docker_images" ]; then TAG="${GITHUB_REF##*/}"; else export TAG="haha"; fi;
- name: test3
run: echo ${TAG}
- name: Login to docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment