feat: add version number to docker image

This commit is contained in:
hackerESQ
2025-07-16 17:07:25 -05:00
parent 90a15ceddb
commit cf475657cf
3 changed files with 6 additions and 0 deletions
@@ -61,4 +61,6 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: ${{ steps.extract-version.outputs.tags }}
build-args: |
VERSION=${{ github.ref_name }}