From 89ed9c0384ea6c15f845745f085fd3346b6417b7 Mon Sep 17 00:00:00 2001 From: MAHDTech Date: Thu, 28 Mar 2024 15:18:59 +1100 Subject: [PATCH] ci: Test CI --- .github/workflows/containers.yaml | 8 ++++---- .github/workflows/devenv.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index ec890bca..b484e442 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -105,7 +105,7 @@ jobs: - id: install_nix name: "Install Nix ❄️" - uses: nixbuild/nix-quick-install-action@v26 + uses: nixbuild/nix-quick-install-action@v27 - id: cachix name: "Enable Cachix ❄️" @@ -117,7 +117,7 @@ jobs: skipPush: false - id: cache - name: Restore Nix store cache + name: Nix store cache uses: nix-community/cache-nix-action@v5 with: primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }} @@ -148,11 +148,11 @@ jobs: - id: container_build name: "Build container image ${{ matrix.container }}:${{ steps.calver.outputs.package_version }}" run: > - echo devenv container build ${{ matrix.container }} + devenv container build ${{ matrix.container }} - id: container_copy name: "Copy container image ${{ matrix.container }}:${{ steps.calver.outputs.package_version }}" run: > - echo devenv container copy ${{ matrix.container }} + devenv container copy ${{ matrix.container }} --registry docker://${{ env.REGISTRY }}/${{ env.PROJECT }}/ --copy-args="--dest-creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/devenv.yaml b/.github/workflows/devenv.yaml index b26691d4..3ffb441b 100644 --- a/.github/workflows/devenv.yaml +++ b/.github/workflows/devenv.yaml @@ -66,7 +66,7 @@ jobs: - id: install_nix name: "Install Nix ❄️" - uses: nixbuild/nix-quick-install-action@v26 + uses: nixbuild/nix-quick-install-action@v27 - id: cachix name: "Enable Cachix ❄️" @@ -78,7 +78,7 @@ jobs: skipPush: false - id: cache - name: Restore Nix store cache + name: Nix store cache uses: nix-community/cache-nix-action@v5 with: primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}