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

Commit 3b324b6

Browse files
committed
fix: output app version in deploy
1 parent 70dd133 commit 3b324b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: get-npm-version
1717
id: package-version
1818
uses: martinbeentjes/npm-get-version-action@master
19+
- name: output app version
20+
run: echo "ghcr.io/eddiehubcommunity/biodrop:v${{ steps.package-version.outputs.current-version}}"
1921
- name: version dockerfile
2022
uses: docker/setup-buildx-action@v3
2123
- name: log into GitHub Container Registry

0 commit comments

Comments
 (0)