fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add docker commands
This commit is contained in:
parent
e125aa5703
commit
2c1d1e42bd
@ -1,5 +1,5 @@
|
|||||||
name: Build image
|
name: Build image
|
||||||
on: [push]
|
on: [tags]
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
container:
|
container:
|
||||||
@ -12,6 +12,7 @@ jobs:
|
|||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
enable_kvm: false
|
enable_kvm: false
|
||||||
|
- run: echo $GITHUB_REF_NAME
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: nix build .#image -o image.tar.gz
|
run: nix build .#image -o image.tar.gz
|
||||||
- name: Get image name
|
- name: Get image name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user