diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 415a4d5..d99951b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 }}