Switch to a new versioning strategy

This commit is contained in:
Tyrrrz
2023-11-23 17:51:37 +02:00
parent e6f9a364e1
commit daa6f1e696
8 changed files with 13 additions and 655 deletions

View File

@@ -59,6 +59,7 @@ jobs:
docker buildx build .
--file DiscordChatExporter.Cli.dockerfile
--platform linux/amd64,linux/arm64
--build-arg VERSION=${{ github.ref_type == 'tag' && github.ref_name || '0.0.0' }}
--push
--tag tyrrrz/discordchatexporter:latest
${{ github.ref_type == 'tag' && '--tag tyrrrz/discordchatexporter:$GITHUB_REF_NAME' || '' }}