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