diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56ac514..502eb44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +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 + APP_VERSION=${{ env.APP_VERSION }} - 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 b775b2d..5008d60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,4 +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 + APP_VERSION=${{ env.APP_VERSION }}