ci: go back to ubuntu-latest
Build and Deploy / deploy (push) Failing after 1m8s

This commit is contained in:
2026-06-04 12:29:56 +02:00
parent 88e21c85e9
commit fecf2e019d
+6 -1
View File
@@ -6,11 +6,16 @@ on:
jobs:
deploy:
runs-on: devenv
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
- name: Enable Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Build and Push Docker Image
env:
REGISTRY_USERNAME: ${{ secrets.CONTAINER_REGISTRY_GITEA_USERNAME }}