Compare commits
2 Commits
25f08d7182
...
deb3fb6626
| Author | SHA1 | Date | |
|---|---|---|---|
| deb3fb6626 | |||
| 07b5b3d7a5 |
@@ -16,19 +16,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: DeterminateSystems/flake-checker-action@main
|
|
||||||
with:
|
|
||||||
flake-lock-path: ./flake.lock
|
|
||||||
|
|
||||||
- name: Build Docker Image via Nix Flake
|
- name: Build Docker Image via Nix Flake
|
||||||
run: |
|
run: |
|
||||||
nix build .#dockerImage -print-build-logs
|
nix build .#dockerImage -print-build-logs
|
||||||
docker load < result
|
docker load < result
|
||||||
|
|
||||||
- name: Push closure to Attic cache
|
|
||||||
run: |
|
|
||||||
attic push ${{ secrets.ATTIC_CACHE }} ./result
|
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user