Обновить .gitea/workflows/build.yml
All checks were successful
Build and push image / docker-build (push) Successful in 4m22s
All checks were successful
Build and push image / docker-build (push) Successful in 4m22s
This commit is contained in:
@@ -18,11 +18,10 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Login to registry
|
||||
env:
|
||||
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
|
||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
run: |
|
||||
echo "${REGISTRY_PASSWORD}" | docker login cr.danosito.com -u "${REGISTRY_USER}" --password-stdin
|
||||
echo "${{ vars.REGISTRY_PASSWORD }}" | docker login cr.danosito.com \
|
||||
-u "${{ vars.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
|
||||
- name: Build image
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user