From ab83bc39234e893ef9150fe3a725139112522004 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Thu, 10 Oct 2024 11:34:50 -0400 Subject: [PATCH] remove comment --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}