Unverified Commit 80e5f8ab authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update dockerimagerelease.yml

parent 7db04e7e
...@@ -6,7 +6,7 @@ jobs: ...@@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
env: env:
ACTIONS_ALLOW_INSECURE_COMMANDS: true ACTIONS_ALLOW_UNSECURE_COMMANDS: true
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps: steps:
...@@ -53,4 +53,4 @@ jobs: ...@@ -53,4 +53,4 @@ jobs:
echo "::set-env name=RELEASE::$RELEASE" echo "::set-env name=RELEASE::$RELEASE"
bash ./scripts/publish_image.sh sgxwallet_release bash ./scripts/publish_image.sh sgxwallet_release
env: env:
ACTIONS_ALLOW_INSECURE_COMMANDS: true ACTIONS_ALLOW_UNSECURE_COMMANDS: true
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