Unverified Commit 39c71911 authored by kladko's avatar kladko

Added image tagging

parent b5fa5d80
...@@ -19,8 +19,8 @@ jobs: ...@@ -19,8 +19,8 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: submodule update - name: submodule update
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: find - name: ls
run: find / -name DockerfileSimulation run: ls -l
- 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