File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ jobs:
108108 uses : actions/checkout@v3
109109 with :
110110 submodules : true
111+
112+ - name : Setup Dotnet sdk
113+ uses : actions/setup-dotnet@v3
114+ with :
115+ dotnet-version : 8.0.x
111116
112117 - name : Set env
113118 run : |
@@ -120,6 +125,6 @@ jobs:
120125 - name : Push container
121126 run : |
122127 echo ${{secrets.DOCKER_HUB_DEPLOY_KEY}} | docker login --username ${{secrets.DOCKER_HUB_USER}} --password-stdin
123- docker push digitalproductionaachen/ovf-grpc:$RELEASE_VERSION
124- docker tag digitalproductionaachen/ovf-grpc:$RELEASE_VERSION digitalproductionaachen/ovf-grpc:latest
125- docker push digitalproductionaachen/ovf-grpc:latest
128+ # docker push digitalproductionaachen/ovf-grpc:$RELEASE_VERSION
129+ # docker tag digitalproductionaachen/ovf-grpc:$RELEASE_VERSION # digitalproductionaachen/ovf-grpc:latest
130+ # docker push digitalproductionaachen/ovf-grpc:latest
You can’t perform that action at this time.
0 commit comments