Update .gitea/workflows/build-and-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 11s
Some checks failed
Build and Deploy / build (push) Failing after 11s
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_PASSWORD }}" | \
|
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
||||||
docker login http://192.168.2.2:30008 -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
docker login https://gitea.johannesbot.de -u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||||
|
|
||||||
- name: Build Image
|
- name: Build Image
|
||||||
run: docker build -t gitea.johannesbot.de/JohannesBOT/stupid-apis:latest .
|
run: docker build -t gitea.johannesbot.de/JohannesBOT/stupid-apis:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user