From 33f91d410d87765321cb8231be816f4937402e89 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Thu, 10 Oct 2024 11:33:24 -0400 Subject: [PATCH] use APP_VERSION --- .github/workflows/build.yml | 1 + .github/workflows/publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c304b6..56ac514 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,7 @@ jobs: build-args: | VERSION=${{ github.head_ref || github.ref_name }} COMMIT=${{ github.sha }} + APP_VERSION=${{ env.APP_VERSION }} # Pass the APP_VERSION from the file - name: Inspect Docker image run: docker image inspect ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60a7ab0..b775b2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,3 +60,4 @@ jobs: build-args: | VERSION=${{ github.head_ref || github.ref_name }} COMMIT=${{ github.sha }} + APP_VERSION=${{ env.APP_VERSION }} # Pass the APP_VERSION from the file