Unverified Commit 32ac42be authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update dockerimageintelsubmission.yml

parent 77c10e7e
...@@ -17,8 +17,11 @@ jobs: ...@@ -17,8 +17,11 @@ jobs:
- name: submodule update - name: submodule update
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: build and deploy docker image - name: build and deploy docker image
if: | if: |
contains(github.ref, 'stable') contains(github.ref, 'develop') || contains(github.ref, 'beta') ||
contains(github.ref, 'master') || contains(github.ref, 'stable') ||
contains(github.ref, 'SECURE_ENCLAVE_CHANGES')
run : | run : |
export BRANCH=${GITHUB_REF##*/} export BRANCH=${GITHUB_REF##*/}
echo "Branch $BRANCH" echo "Branch $BRANCH"
......
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