File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,18 @@ jobs:
4444 inputs :
4545 containerregistrytype : ' Container Registry'
4646 dockerRegistryConnection : ' ${{ parameters.DockerRegistryEndpoint }}'
47- dockerFile : ' ./images/hull-integrate /Dockerfile'
47+ dockerFile : ' ./images/hull-integration /Dockerfile'
4848 defaultContext : false
49- context : ' ./images/hull-integrate '
50- imageName : ' hull/hull-integrate :$(HULL_VSADDON_VERSION)'
49+ context : ' ./images/hull-integration '
50+ imageName : ' hull/hull-integration :$(HULL_VSADDON_VERSION)'
5151
5252 - task : Docker@0
5353 displayName : ' Docker Push'
5454 inputs :
5555 containerregistrytype : ' Container Registry'
5656 dockerRegistryConnection : ' ${{ parameters.DockerRegistryEndpoint }}'
5757 action : ' Push an image'
58- imageName : ' hull/hull-integrate :$(HULL_VSADDON_VERSION)'
58+ imageName : ' hull/hull-integration :$(HULL_VSADDON_VERSION)'
5959
6060 - script : |
6161 CHART_RELEASER_VERSION=1.5.0
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ hull:
615615 containers :
616616 installation :
617617 image :
618- repository : hull/hull-integrate
618+ repository : hull/hull-integration
619619 tag : _HT**Chart.Version
620620 args : _HT![
621621 {{ if (or (index . "$").Values.hull.config.general.data.installation.config.customCaCertificates (index . "$").Values.hull.config.general.data.installation.config.certificateSecrets) }}
@@ -643,8 +643,8 @@ hull:
643643 containers :
644644 installation :
645645 image :
646- repository : vpms/powershellcore-yaml-oras
647- tag : 7.3-ubuntu-22.04-20230620
646+ repository : hull/hull-integration
647+ tag : _HT**Chart.Version
648648 args : _HT![
649649 {{ if (or (index . "$").Values.hull.config.general.data.installation.config.customCaCertificates (index . "$").Values.hull.config.general.data.installation.config.certificateSecrets) }}
650650 echo Updating Certificates;
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ RUN mkdir -p oras-install/
99RUN tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
1010RUN mv oras-install/oras /usr/local/bin/
1111RUN rm -rf oras_${VERSION}_*.tar.gz oras-install/
12- COPY ./Installer.ps1 /script
12+ COPY ./Installer.ps1 /script/Installer.ps1
1313RUN oras --help
File renamed without changes.
You can’t perform that action at this time.
0 commit comments