Skip to content

Commit 9077325

Browse files
committed
chore: NPM updates
1 parent 7151e8a commit 9077325

File tree

2 files changed

+434
-341
lines changed

2 files changed

+434
-341
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 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

0 commit comments

Comments
 (0)