File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ jobs:
131131 username : ${{ github.actor }}
132132 password : ${{ secrets.GITHUB_TOKEN }}
133133
134- - name : Login to Nexus Docker Registry
135- uses : docker/login-action@v3
136- with :
137- registry : nexus.roelc.dev
138- username : ${{ vars.NEXUS_USERNAME }}
139- password : ${{ secrets.NEXUS_PASSWORD }}
134+ # - name: Login to Nexus Docker Registry
135+ # uses: docker/login-action@v3
136+ # with:
137+ # registry: nexus.roelc.dev
138+ # username: ${{ vars.NEXUS_USERNAME }}
139+ # password: ${{ secrets.NEXUS_PASSWORD }}
140140
141141 - name : Build and push
142142 uses : docker/build-push-action@v5
@@ -145,6 +145,5 @@ jobs:
145145 tags : |
146146 ${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }}
147147 ghcr.io/${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }}
148- nexus.roelc.dev/authentication-proxy:${{ needs.setup.outputs.tag_name }}
149148 cache-from : type=gha
150149 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments