File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 run : |
2424 if [ ${GITHUB_REF#refs/*/} == "master" ]; then
2525 docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:${GITHUB_SHA} gcr.io/kf-feast/feast-${{ matrix.component }}:dev
26- # docker push gcr.io/kf-feast/feast-${{ matrix.component }}:dev
26+ docker push gcr.io/kf-feast/feast-${{ matrix.component }}:dev
2727 fi
2828 - name : get version
2929 id : get_version
3636 if [[ ${{ steps.get_version.outputs.VERSION }} =~ $rx ]]; then
3737
3838 docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:${GITHUB_SHA} gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
39- # docker push gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
39+ docker push gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
4040
4141 # Also update "latest" image if tagged commit is pushed to stable branch
4242 HIGHEST_SEMVER_TAG=$(git tag -l --sort -version:refname | head -n 1)
4545 if [ ${{ steps.get_version.outputs.VERSION }} == "${HIGHEST_SEMVER_TAG:1}" ]
4646 then
4747 docker tag gcr.io/kf-feast/feast-${{ matrix.component }}:${GITHUB_SHA} gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
48- # docker push gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
48+ docker push gcr.io/kf-feast/feast-${{ matrix.component }}:${{ steps.get_version.outputs.VERSION }}
4949 fi
5050 fi
5151
You can’t perform that action at this time.
0 commit comments