Unverified Commit 5fd70f78 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update dockerimage.yml

parent 49be88dd
......@@ -22,7 +22,7 @@ jobs:
- name: deploy docker image
if: |
contains(github.ref, 'develop') || contains(github.ref, 'beta') ||
contains(github.ref, 'master') || contains(github.ref, 'stable') ||
contains(github.ref, 'master') ||
contains(github.ref, 'SECURE_ENCLAVE_CHANGES')
run : |
export BRANCH=${GITHUB_REF##*/}
......@@ -39,7 +39,7 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Create Release
if: contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable')
if: contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master')
id: create_release
uses: actions/create-release@latest
env:
......
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