Unverified Commit 34f0fc09 authored by kladko's avatar kladko

Added image tagging

parent 80a9fff6
......@@ -8,10 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: test
run: echo ${GITHUB_REF##*/}
- name: test3
run: echo ${TAG}
- name: Login to docker
env:
GITHUB_TOKEN: ${{ secrets.DOCKER_SECRET }}
......
......@@ -52,9 +52,6 @@ topDir = os.getcwd() + "/sgxwallet"
print("Starting build")
print("Top directory is:" + topDir)
print(sys.argv[1]);
#print(sys.argv[2]);
......
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