Add a script for building and publishing

This commit is contained in:
2024-10-01 18:16:05 +02:00
parent 316969c5eb
commit f74e3831fe
2 changed files with 43 additions and 1 deletions

View File

@@ -1,3 +1,21 @@
# mixtape-build-image
Docker container ready for building my mixtape.
Docker container ready for building my mixtape.
## Building
```
docker build .
```
Build and tag for release:
```
docker build -t git.0x45.cz/em/mixtape:$(date +%y%m%d) -t git.0x45.cz/em/mixtape:latest .
```
Using the included build script, which will also handle the publishing:
```
./build.sh
```