CI: pass APP_VERSION build arg to Docker build from git tag

This commit is contained in:
xpltd 2026-03-21 23:47:04 -05:00
parent 04f7fd09f3
commit b834f63e80

View file

@ -52,6 +52,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
APP_VERSION=${{ steps.meta.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max