Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Aug 22, 2024
1 parent 7ff1578 commit b5741ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transport-interop/dockerBuildWrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

CACHING_OPTIONS=""
# If in CI and we have a defined cache bucket, use caching
if [[ -n "${CI}" ]] && [[ -n "${AWS_BUCKET}" ]]; then
# if [[ -n "${CI}" ]] && [[ -n "${AWS_BUCKET}" ]]; then
# CACHING_OPTIONS="\
# --cache-to type=s3,mode=max,bucket=$AWS_BUCKET,region=$AWS_REGION,prefix=buildCache,name=$IMAGE_NAME \
# --cache-from type=s3,mode=max,bucket=$AWS_BUCKET,region=$AWS_REGION,prefix=buildCache,name=$IMAGE_NAME"
fi
# fi

CACHING_OPTIONS="\
--cache-to type=gha,mode=max \
Expand Down

0 comments on commit b5741ca

Please sign in to comment.