Skip to content

Commit

Permalink
Update make secret-contract-optimizer to also push as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Mar 13, 2023
1 parent 233430b commit c3ef704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ bin-data-production:
# 2. sudo docker buildx create --use
secret-contract-optimizer:
sudo docker buildx build --platform=linux/amd64,linux/arm64/v8 -f deployment/dockerfiles/base-images/secret-contract-optimizer.Dockerfile -t enigmampc/secret-contract-optimizer:${TAG} --push .
sudo docker buildx imagetools create -t enigmampc/secret-contract-optimizer:latest enigmampc/secret-contract-optimizer:${TAG}

aesm-image:
docker build -f deployment/dockerfiles/aesm.Dockerfile -t enigmampc/aesm .
Expand Down

0 comments on commit c3ef704

Please sign in to comment.