File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,14 @@ jobs:
4141
4242 - name : Build and push ${{ matrix.arch }} image
4343 run : |
44+ VERSION=${{ steps.get_version.outputs.version }}
45+ IMAGE_VERSION=${VERSION#v}
4446 docker build \
4547 --platform linux/${{ matrix.arch }} \
46- -t cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${{ steps.get_version.outputs.version } }-${{ matrix.suffix }} \
48+ -t cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${IMAGE_VERSION }-${{ matrix.suffix }} \
4749 -f Dockerfile .
4850
49- docker push cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${{ steps.get_version.outputs.version } }-${{ matrix.suffix }}
51+ docker push cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${IMAGE_VERSION }-${{ matrix.suffix }}
5052
5153 create_multiarch_manifest :
5254 needs : build_and_push
You can’t perform that action at this time.
0 commit comments