Skip to content

Commit

Permalink
use APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs committed Oct 10, 2024
1 parent 509ec40 commit 33f91d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33f91d4

Please sign in to comment.