File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 --archive-uri ${MAVEN_CACHE} \
2929 --output-dir .
3030 - name : Get version
31- run : echo ::set-env name= RELEASE_VERSION:: ${GITHUB_REF#refs/*/}
31+ run : echo " RELEASE_VERSION= ${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3232 - name : Build image
3333 run : make build-${{ matrix.component }}-docker REGISTRY=gcr.io/kf-feast VERSION=${GITHUB_SHA} REVISION=${RELEASE_VERSION}
3434 - name : Push image
8686 gsutil cp ./spark/ingestion/target/feast-ingestion-spark-develop.jar gs://${PUBLISH_BUCKET}/spark/ingestion/
8787 fi
8888 - name : Get version
89- run : echo ::set-env name= RELEASE_VERSION:: ${GITHUB_REF#refs/*/}
89+ run : echo " RELEASE_VERSION= ${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
9090 - name : Publish tagged version of ingestion job
9191 run : |
9292 SEMVER_REGEX='^v[0-9]+\.[0-9]+\.[0-9]+(-([0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?$'
You can’t perform that action at this time.
0 commit comments