Fix versioning
All checks were successful
Build and Publish / release (push) Successful in 3m24s

This commit is contained in:
Ryan McGuire 2025-01-05 11:36:30 -05:00
parent 681c7f703b
commit f0f6c58f0b

View File

@ -81,5 +81,5 @@ jobs:
push: true
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
build-args: |
VER_PKG={{ env.VER_PKG }}
VER_PKG=${{ env.VER_PKG }}
VERSION=${{ github.ref_name }}