add new step
All checks were successful
Build a docker image for node-jellyfin-role-bot / build-docker-image (push) Successful in 6s
All checks were successful
Build a docker image for node-jellyfin-role-bot / build-docker-image (push) Successful in 6s
This commit is contained in:
parent
0560c4620c
commit
6169649261
@ -22,3 +22,5 @@ jobs:
|
||||
run: echo "${{ env.VERSION }}" #docker build -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}" .
|
||||
env:
|
||||
version: "${{ cat package.json | awk 'match($0, /version/) {print $2}' | sed 's/[\",]//g' }}"
|
||||
- name: echo version
|
||||
run: echo "${{ cat package.json | awk 'match($0, /version/) {print $2}' | sed 's/[\",]//g' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user