ci: rework workflows to add one for android

This commit is contained in:
2026-06-12 09:00:10 +02:00
parent 961a8d3918
commit 3affa455d0
3 changed files with 61 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
name: Build and deploy the latest docker container
on:
push:
branches:
- master
jobs:
deploy:
runs-on: nixos
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build docker
run: devenv shell build-docker
- name: Deploy docker
env:
REGISTRY_USERNAME: ${{ secrets.CONTAINER_REGISTRY_GITEA_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_GITEA_PASSWORD }}
run: devenv shell deploy-docker