2024-04-21 18:06:06 +01:00
|
|
|
* `nix build '.#flakes-action' #for default platform
|
|
|
|
* nix build '#packages.aarch64-linux.flakes-action' #for specific platform
|
2024-04-27 12:32:51 +01:00
|
|
|
*
|
|
|
|
```
|
|
|
|
export BASE_IMAGE_DOCKER_TAG=`docker load < result | grep -i 'loaded image' | cut -f3 -d ' '`
|
|
|
|
docker tag $BASE_IMAGE_DOCKER_TAG git.cyplo.dev/cyplo/base-images/flakes-action:latest
|
|
|
|
docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest
|
|
|
|
```
|