Use the correct credentials
All checks were successful
Build and Publish drop-in-url-previews / build_and_publish (push) Successful in 47s

This commit is contained in:
Nexus 2024-05-29 09:24:35 +01:00
parent 64279f3515
commit ceb1c4afe4

View file

@ -16,8 +16,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.i-am.nexus registry: git.i-am.nexus
username: ${{ github.repository_owner }} username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.CR_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker - name: Extract metadata (tags, labels) for Docker
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5