This commit is contained in:
Pasha 2025-08-24 17:13:15 +03:00
parent f85a1ef210
commit 9d008a9bff

@ -4,11 +4,11 @@ run-name: ${{ gitea.actor }} build image and push to container registry
on:
push:
branches:
- main
- deploy_custom
jobs:
build-and-deploy:
runs-on: [ubuntu-latest] # todo
runs-on: [windows-amd64] # todo
steps:
- name: Checkout code