mer. 19 août 2026 13:18:09 CEST

This commit is contained in:
EmilCh
2026-08-19 13:18:09 +02:00
commit 4825fdb38f
6 changed files with 84 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
export TAG=16-$(date '+%s')
docker compose build --push
echo "The tag to use is: 16-$TAG"