File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 echo "Only push to latest tag if tag is the highest semver version $HIGHEST_SEMVER_TAG"
9090 if [ "${VERSION_WITHOUT_PREFIX}" = "${HIGHEST_SEMVER_TAG:1}" ]
9191 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}
92+ docker tag gcr.io/kf- feast/feast -${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} feastdev/ feast-${{ matrix.component }}:latest
93+ docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:${VERSION_WITHOUT_PREFIX} gcr.io/kf-feast/feast-${{ matrix.component }}:latest
9494 docker push feastdev/feast-${{ matrix.component }}:latest
9595 docker push gcr.io/kf-feast/feast-${{ matrix.component }}:latest
9696 fi
You can’t perform that action at this time.
0 commit comments