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