change user from variables to secrets
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Login to Gitea Registry
|
- name: Login to Gitea Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.umbra.mom \
|
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.umbra.mom \
|
||||||
-u "${{ variables.REGISTRY_USER }}" --password-stdin
|
-u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user