Unverified Commit dec7c96d authored by kladko's avatar kladko

Added image tagging

parent 39c71911
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
- name: submodule update - name: submodule update
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: ls - name: ls
run: ls -l run: echo $PWD; $ls -l scripts
- name: build - name: build
run: python3 scripts/docker_build.py ${GITHUB_REF##*/} run: python3 scripts/docker_build.py ${GITHUB_REF##*/}
- name: test - name: test
......
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