Unverified Commit c8ead2f5 authored by kladko's avatar kladko

Added image tagging

parent efe47dad
......@@ -12,7 +12,7 @@ jobs:
- name: test
run: echo ${GITHUB_REF##*/}
- name: test2
run: python3 -c "print ${GITHUB_REF##*/} == 'two_docker_images'"
run: python3 -c "print '${GITHUB_REF##*/}' == 'two_docker_images'"
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.DOCKER_SECRET }}
......
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