Unverified Commit c7986cc9 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update dockerimagebase.yml

parent 002e0ab5
......@@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-18.04
env:
ACTIONS_ALLOW_INSECURE_COMMMANDS: true
ACTIONS_ALLOW_UNSECURE_COMMMANDS: true
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps:
......@@ -34,4 +34,4 @@ jobs:
export RELEASE=true
echo "::set-env name=RELEASE::$RELEASE"
bash ./scripts/build_image.sh DockerfileBase sgxwallet_base
bash ./scripts/publish_image.sh sgxwallet_base
\ No newline at end of file
bash ./scripts/publish_image.sh sgxwallet_base
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