modified: .gitea/workflows/ docker-image.deploy.yml
Some checks failed
/ build-image (push) Failing after 3s
Some checks failed
/ build-image (push) Failing after 3s
This commit is contained in:
@@ -20,10 +20,11 @@ jobs:
|
||||
|
||||
- name: Login to Gitea registry
|
||||
run: |
|
||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
||||
docker login git.limbosolutions.com \
|
||||
buildctl login \
|
||||
--username "${{ secrets.REGISTRY_USERNAME }}" \
|
||||
--password-stdin
|
||||
--password "${{ secrets.REGISTRY_PASSWORD }}" \
|
||||
git.limbosolutions.com
|
||||
|
||||
|
||||
- name: Build and push image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user