3rd try with registry_url non hard coded
All checks were successful
/ push_to_registry (push) Successful in 49s
All checks were successful
/ push_to_registry (push) Successful in 49s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Login to Gitea
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ REGISTRY_URL }} # gitea.scu.si
|
||||
registry: ${{ secrets.REGISTRY_URL }} # gitea.scu.si
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user