Remove experimental feature flags Bump forgejo-nix-action image version
This commit is contained in:
parent
687d16c49e
commit
2cf5ef343b
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: git.kun.is/home/forgejo-nix-action:9b44b726c0b6eadc2e3006ec1fa1338a1a2e79f0
|
image: git.kun.is/home/forgejo-nix-action:687d16c49ea7936068bac64ec68c480a9d681962
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone https://git.kun.is/home/container-images.git checkout
|
run: git clone https://git.kun.is/home/container-images.git checkout
|
||||||
|
@ -13,18 +13,18 @@ jobs:
|
||||||
/bin/attic use home
|
/bin/attic use home
|
||||||
- name: Log into container registry
|
- name: Log into container registry
|
||||||
# run: echo -n "${{ secrets.RUNNER_TOKEN }}" | /bin/docker login https://git.kun.is --username pim --password-stdin
|
# run: echo -n "${{ secrets.RUNNER_TOKEN }}" | /bin/docker login https://git.kun.is --username pim --password-stdin
|
||||||
run: /bin/docker login -u pim -p ${{ secrets.RUNNER_TOKEN }} https://git.kun.is
|
run: /bin/skopeo login --username pim --password ${{ secrets.RUNNER_TOKEN }} https://git.kun.is
|
||||||
- name: Build Pim's blog
|
- name: Build Pim's blog
|
||||||
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes --out-link blog-pim ./checkout#packages.x86_64-linux.blog-pim
|
run: nix build --out-link blog-pim ./checkout#packages.x86_64-linux.blog-pim
|
||||||
- name: Push Pim's blog to Nix cache
|
- name: Push Pim's blog to Nix cache
|
||||||
run: /bin/attic push home blog-pim
|
run: /bin/attic push home blog-pim
|
||||||
- name: Push Pim's blog to container registry
|
- name: Push Pim's blog to container registry
|
||||||
run: nix --extra-experimental-features "nix-command flakes" run ./checkout#packages.x86_64-linux.release ./checkout#packages.x86_64-linux.blog-pim blog-pim ./checkout
|
run: nix run ./checkout#packages.x86_64-linux.release ./checkout#packages.x86_64-linux.blog-pim blog-pim ./checkout
|
||||||
- name: Build forgejo-nix-action
|
- name: Build forgejo-nix-action
|
||||||
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes --no-allow-dirty --out-link forgejo-nix-action ./checkout#packages.x86_64-linux.forgejo-nix-action
|
run: nix build --no-allow-dirty --out-link forgejo-nix-action ./checkout#packages.x86_64-linux.forgejo-nix-action
|
||||||
- name: Push forgjeo-nix-action to Nix cache
|
- name: Push forgjeo-nix-action to Nix cache
|
||||||
run: /bin/attic push home forgejo-nix-action
|
run: /bin/attic push home forgejo-nix-action
|
||||||
- name: Build Atticd
|
- name: Build Atticd
|
||||||
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes --no-allow-dirty --out-link atticd ./checkout#packages.x86_64-linux.atticd
|
run: nix build --no-allow-dirty --out-link atticd ./checkout#packages.x86_64-linux.atticd
|
||||||
- name: Push atticd to Nix cache
|
- name: Push atticd to Nix cache
|
||||||
run: /bin/attic push home atticd
|
run: /bin/attic push home atticd
|
||||||
|
|
Reference in a new issue