Unverified Commit bf016c38 authored by kladko's avatar kladko

Added dockerf

parent e33388d9
...@@ -17,7 +17,5 @@ jobs: ...@@ -17,7 +17,5 @@ jobs:
- name: Login to docker - name: Login to docker
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN} run: docker login docker.pkg.github.com -u ${GITHUB_ACTOR} -p {GITHUB_TOKEN}; docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
- name: push docker image
run: docker push docker.pkg.github.com/skalenetwork/sgxwallet/sgxwalletsim:latest
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