ci: add Gitea Actions workflow for build and deploy
Build & Deploy Mobile / build-and-deploy (push) Failing after 59s

This commit is contained in:
2026-07-06 23:50:04 +02:00
parent 31fbb6c260
commit 8c14ae8f96
+2 -6
View File
@@ -11,17 +11,13 @@ env:
jobs:
build-and-deploy:
runs-on: contabo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.REGISTRY }} -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
- name: Build and Push Docker Image
run: |