still debugging
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -13,15 +13,10 @@ jobs:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login to registry (manual)
|
||||
run: |
|
||||
docker logout srsoftware.de 2>/dev/null || true
|
||||
echo "${{ secrets.REGISTRY_PASS }}" | docker login http://172.21.0.2/v2 -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
- name: Login to registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: http://registry/v2
|
||||
registry: https://docker.srsoftware.de/v2
|
||||
username: ${{ secrets.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_PASS }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user