diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed5e6c2..21e4c17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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