Skip to content

Commit

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

0 comments on commit ab83bc3

Please sign in to comment.