.build.yml: add git tag to sources

This commit is contained in:
2023-05-16 11:36:04 -04:00
parent afe1b6175c
commit 23719e952a
4 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ exit
Bonus - the same script could be used to start other containers:
```console
$ bin/cli image=alpine:latest
$ bin/cli image=alpine:3
/ # ^D
```