File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,38 +136,6 @@ runs:
136136 cache-from : type=gha
137137 cache-to : type=gha,mode=max
138138
139- # - name: Push the Docker Image
140- # shell: bash
141- # working-directory: ${{ inputs.workingdirectory }}
142- # run: |
143- # if [[ ${{ inputs.dockerenabled }} == "true" ]]; then
144- # echo The working directory is $(pwd)
145- # echo '${{ inputs.dockerpassword }}' | docker login ${{ inputs.dockerregistry }} -u '${{ inputs.dockerusername }}' --password-stdin
146- #
147- # if [[ ${{ steps.preparation.outputs.push }} == "true" ]]; then
148- # docker push --all-tags ${{ inputs.dockerregistry }}/${{ inputs.dockerimage }}
149- # fi
150- # fi
151-
152- # - name: Build and Push the Docker Image
153- # shell: bash
154- # working-directory: ${{ inputs.workingdirectory }}
155- # run: |
156- # if [[ ${{ inputs.dockerenabled }} == "true" ]]; then
157- # echo The working directory is $(pwd)
158- # echo '${{ inputs.dockerpassword }}' | docker login ${{ inputs.dockerregistry }} -u '${{ inputs.dockerusername }}' --password-stdin
159- #
160- # docker build ${{ inputs.dockeradditionalbuildparams }} -f ${{ inputs.dockerfile }} -t ${{ inputs.dockerregistry }}/${{ inputs.dockerimage }}:${{ steps.preparation.outputs.tag }} .
161- #
162- # if [[ ! -z "${{ steps.preparation.outputs.latest }}" ]]; then
163- # docker tag ${{ inputs.dockerregistry }}/${{ inputs.dockerimage }}:${{ steps.preparation.outputs.tag }} ${{ inputs.dockerregistry }}/${{ inputs.dockerimage }}:${{ steps.preparation.outputs.latest }}
164- # fi
165- #
166- # if [[ ${{ steps.preparation.outputs.push }} == "true" ]]; then
167- # docker push --all-tags ${{ inputs.dockerregistry }}/${{ inputs.dockerimage }}
168- # fi
169- # fi
170-
171139 - name : Update Docker Image in Repository
172140 shell : bash
173141 run : |
You can’t perform that action at this time.
0 commit comments