Skip to content

Commit

Permalink
#438 update job
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 26, 2024
1 parent bb7da60 commit cca6be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerimageintelsubmission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/checkout@v2
- name: submodule update
run: git submodule update --init --recursive
- name: build and deploy test image
run: python3 scripts/docker_build.py DockerfileIntelSubmission sgxwallet_intelsubmission ${GITHUB_SHA}
- name: build and deploy docker image
if: |
contains(github.ref, 'develop') || contains(github.ref, 'beta') ||
Expand Down

0 comments on commit cca6be0

Please sign in to comment.