Skip to content

Commit

Permalink
ci: Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech authored and MAHDTech committed Mar 28, 2024
1 parent 574e4bc commit 89ed9c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ❄️"
Expand All @@ -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') }}
Expand Down Expand Up @@ -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 }}"
4 changes: 2 additions & 2 deletions .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ❄️"
Expand All @@ -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') }}
Expand Down

0 comments on commit 89ed9c0

Please sign in to comment.