We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7151e8a commit 9077325Copy full SHA for 9077325
.github/workflows/deploy.yml
@@ -131,12 +131,12 @@ jobs:
131
username: ${{ github.actor }}
132
password: ${{ secrets.GITHUB_TOKEN }}
133
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 }}
+ - name: Login to Nexus Docker Registry
+ uses: docker/login-action@v3
+ with:
+ registry: nexus.roelc.dev
+ username: ${{ vars.NEXUS_USERNAME }}
+ password: ${{ secrets.NEXUS_PASSWORD }}
140
141
- name: Build and push
142
uses: docker/build-push-action@v5
0 commit comments