Unverified Commit ac5bad98 authored by kladko's avatar kladko

Added image tagging

parent dec7c96d
...@@ -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: echo $PWD; $ls -l scripts run: echo $PWD;
- name: build - name: build
run: python3 scripts/docker_build.py ${GITHUB_REF##*/} run: python3 scripts/docker_build.py ${GITHUB_REF##*/}
- name: test - name: test
......
...@@ -59,6 +59,7 @@ SCRIPTS_DIR = topDir + "/scripts" ...@@ -59,6 +59,7 @@ SCRIPTS_DIR = topDir + "/scripts"
#print(sys.argv[2]); #print(sys.argv[2]);
assert subprocess.call(["echo", "$PWD"]) == 0;
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag", assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag",
......
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