fix image build

This commit is contained in:
Joakim Repomaa
2026-02-22 16:59:21 +02:00
parent 5bff4d9713
commit b1ebf5aff2
2 changed files with 30 additions and 28 deletions

View File

@@ -14,11 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Install Skopeo
run: nix shell nixpkgs#skopeo -c echo "skopeo installed"
- name: Build aarch64 Image
run: nix build .#dockerImages.aarch64-linux.node --out-link ./image-aarch64.tar.gz
run: nix build .#dockerImages.aarch64-linux.node --out-link ./image-aarch64.tar.gz --option build-hook ""
- name: Push to Gitea Registry
if: github.event_name == 'push' && github.ref == 'refs/heads/main'