Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: output app version in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 1, 2024
1 parent 70dd133 commit 3b324b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
- name: output app version
run: echo "ghcr.io/eddiehubcommunity/biodrop:v${{ steps.package-version.outputs.current-version}}"
- name: version dockerfile
uses: docker/setup-buildx-action@v3
- name: log into GitHub Container Registry
Expand Down

0 comments on commit 3b324b6

Please sign in to comment.