From 4a62e3a19ad65507a6c7e9ad89e963ef5a14ff70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=C3=ABl=20Couwenberg?= Date: Thu, 14 Aug 2025 16:21:09 +0200 Subject: [PATCH] Update deploy.yml to remove nexus --- .github/workflows/deploy.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52b2271..74f5a44 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -131,12 +131,12 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Login to Nexus Docker Registry - uses: docker/login-action@v3 - with: - registry: nexus.roelc.dev - username: ${{ vars.NEXUS_USERNAME }} - password: ${{ secrets.NEXUS_PASSWORD }} + # - name: Login to Nexus Docker Registry + # uses: docker/login-action@v3 + # with: + # registry: nexus.roelc.dev + # username: ${{ vars.NEXUS_USERNAME }} + # password: ${{ secrets.NEXUS_PASSWORD }} - name: Build and push uses: docker/build-push-action@v5 @@ -145,6 +145,5 @@ jobs: tags: | ${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }} ghcr.io/${{ needs.setup.outputs.lowercase }}/authentication-proxy:${{ needs.setup.outputs.tag_name }} - nexus.roelc.dev/authentication-proxy:${{ needs.setup.outputs.tag_name }} cache-from: type=gha cache-to: type=gha,mode=max