Skip to content

Commit e1dfe4d

Browse files
committed
chore: Definitively remove nexus
1 parent eedaf32 commit e1dfe4d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)