File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,19 +316,19 @@ presubmits:
316316
317317 infra/scripts/publish-docker-image.sh \
318318 --repository gcr.io/kf-feast/feast-core \
319- --tag ${PULL_BASE_SHA } \
319+ --tag ${PULL_PULL_SHA } \
320320 --file infra/docker/core/Dockerfile \
321321 --google-service-account-file /etc/gcloud/service-account.json
322322
323323 infra/scripts/publish-docker-image.sh \
324324 --repository gcr.io/kf-feast/feast-serving \
325- --tag ${PULL_BASE_SHA } \
325+ --tag ${PULL_PULL_SHA } \
326326 --file infra/docker/serving/Dockerfile \
327327 --google-service-account-file /etc/gcloud/service-account.json
328328
329329 infra/scripts/publish-docker-image.sh \
330330 --repository gcr.io/kf-feast/feast-jupyter \
331- --tag ${PULL_BASE_SHA } \
331+ --tag ${PULL_PULL_SHA } \
332332 --file infra/docker/jupyter/Dockerfile \
333333 --google-service-account-file /etc/gcloud/service-account.json
334334
You can’t perform that action at this time.
0 commit comments