test
This commit is contained in:
parent
3627fe5374
commit
d05d26c2d9
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ jobs:
|
|||
- name: Login to the registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ env.HARBOR_USER }}
|
||||
registry: registry.zeidler.dev
|
||||
username: ${{ secrets.HARBOR_USER }}
|
||||
password: ${{ secrets.HARBOR_TOKEN }}
|
||||
build:
|
||||
runs-on: docker-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue