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: jobs:
build-and-deploy: build-and-deploy:
runs-on: contabo runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log in to Container Registry - name: Log in to Container Registry
uses: docker/login-action@v3 run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ env.REGISTRY }} -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and Push Docker Image - name: Build and Push Docker Image
run: | run: |