More testing for gitea registry.
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: https://cs-registry.ddnss.de
|
||||
REGISTRY: cs-registry.ddnss.de
|
||||
USER: chris
|
||||
PASS: q',\H(Od:G3).Xv<#!5P
|
||||
|
||||
@@ -28,10 +28,10 @@ jobs:
|
||||
- name: Directory Permissions
|
||||
run: chmod -R 777 pdf
|
||||
|
||||
- name: Log into registry ${{ env.REGISTRY }}
|
||||
- name: Log into registry
|
||||
uses: docker/login-action
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
registry: cs-registry.ddnss.de
|
||||
username: ${{ env.USER }}
|
||||
password: ${{ env.PASS }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user