Fix flakeref
This commit is contained in:
parent
d627220fed
commit
552420dcc3
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
||||||
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: nix build --out-link image src#packages.x86_64-linux.atticd
|
run: nix build --out-link image ./src#packages.x86_64-linux.atticd
|
||||||
- name: Push image to Nix cache
|
- name: Push image to Nix cache
|
||||||
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
||||||
- name: Log into container registry
|
- name: Log into container registry
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
||||||
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: nix build --out-link image src#packages.x86_64-linux.blog-pim
|
run: nix build --out-link image ./src#packages.x86_64-linux.blog-pim
|
||||||
- name: Push image to Nix cache
|
- name: Push image to Nix cache
|
||||||
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
||||||
- name: Log into container registry
|
- name: Log into container registry
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
/bin/attic login local ${{ vars.ATTIC_URL }} ${{ secrets.ATTIC_TOKEN }}
|
||||||
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
/bin/attic use ${{ vars.ATTIC_CACHE }}
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: nix build --out-link image src#packages.x86_64-linux.forgejo-nix-action
|
run: nix build --out-link image ./src#packages.x86_64-linux.forgejo-nix-action
|
||||||
- name: Push image to Nix cache
|
- name: Push image to Nix cache
|
||||||
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
run: /bin/attic push ${{ vars.ATTIC_CACHE }} image
|
||||||
- name: Log into container registry
|
- name: Log into container registry
|
||||||
|
|
Reference in a new issue