File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,14 +84,16 @@ jobs:
8484 docker build --build-arg VERSION=$RELEASE_VERSION \
8585 -t gcr.io/kf-feast/feast-${{ matrix.component }}:${GITHUB_SHA} \
8686 -t gcr.io/kf-feast/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} \
87+ -t feastdev/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} \
8788 -f infra/docker/${{ matrix.component }}/Dockerfile .
8889 docker push gcr.io/kf-feast/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX}
90+ docker push feastdev/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX}
8991
9092 echo "Only push to latest tag if tag is the highest semver version $HIGHEST_SEMVER_TAG"
9193 if [ "${VERSION_WITHOUT_PREFIX}" = "${HIGHEST_SEMVER_TAG:1}" ]
9294 then
93- docker tag feastdev/feast-${{ matrix.component }}:latest gcr.io/kf- feast/feast -${{ matrix.component }}:${VERSION_WITHOUT_PREFIX}
94- docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:latest gcr.io/kf-feast/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX}
95+ docker tag feastdev/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} feastdev/ feast-${{ matrix.component }}:latest
96+ docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} gcr.io/kf-feast/feast-${{ matrix.component }}:latest
9597 docker push feastdev/feast-${{ matrix.component }}:latest
9698 docker push gcr.io/kf-feast/feast-${{ matrix.component }}:latest
9799 fi
You can’t perform that action at this time.
0 commit comments