Add instruction for building adrema-base image

This commit is contained in:
philipp lang 2024-11-11 23:36:09 +01:00
parent 31afa2e418
commit e5066af192
1 changed files with 6 additions and 0 deletions

6
.docker/bin/build_base Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
docker buildx build -f .docker/base.Dockerfile .
docker image tag sha256:... zoomyboy/adrema-base
docker push zoomyboy/adrema-base