add metube version. closes #83

This commit is contained in:
Alex Shnitman
2025-06-05 20:47:49 +03:00
parent f494c4f6be
commit d74e8df408
8 changed files with 106 additions and 6 deletions

View File

@@ -42,6 +42,8 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
build-args: |
VERSION=${{ steps.date.outputs.date }}
tags: |
${{ secrets.DOCKERHUB_REPOSITORY }}:latest
${{ secrets.DOCKERHUB_REPOSITORY }}:${{ steps.date.outputs.date }}