Skip to content

Commit 52951ee

Browse files
authored
Merge pull request #19 from PixNyb/PixNyb-patch-1
Update deploy.yml to remove nexus
2 parents 5224c61 + 4a62e3a commit 52951ee

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)