Skip to content

Commit 5d04f43

Browse files
committed
Undo PULL_BASE_SHA commit
1 parent a901829 commit 5d04f43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.prow/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)