File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,6 @@ 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 }}
140-
141134 - name : Build and push
142135 uses : docker/build-push-action@v5
143136 with :
@@ -148,6 +141,5 @@ jobs:
148141 tags : |
149142 ${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }}
150143 ghcr.io/${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }}
151- nexus.roelc.dev/authentication-proxy:${{ needs.setup.outputs.tag_name }}
152144 cache-from : type=gha
153145 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments