Try to get login working
Build and upload website update to beta site / build-and-upload (push) Failing after 17s
Build and upload website update to beta site / build-and-upload (push) Failing after 17s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
- name: Sign into gitea registry
|
- name: Sign into gitea registry
|
||||||
uses: actions/docker-login@v3
|
uses: "https://github.com/docker/login-action@v3"
|
||||||
with:
|
with:
|
||||||
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user