Skip to content

Commit

Permalink
comment out tee
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Dec 2, 2024
1 parent 0043d53 commit 3000dc2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-docker-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
en_alpha_release: true

build-push-tee-prover-images:
name: Build and push images
needs: [ setup ]
uses: ./.github/workflows/build-tee-prover-template.yml
if: contains(github.ref_name, 'core')
secrets:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
with:
image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}
# build-push-tee-prover-images:
# name: Build and push images
# needs: [ setup ]
# uses: ./.github/workflows/build-tee-prover-template.yml
# if: contains(github.ref_name, 'core')
# secrets:
# DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
# DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
# ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}
# with:
# image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}

build-push-contract-verifier:
name: Build and push image
Expand Down

0 comments on commit 3000dc2

Please sign in to comment.