Update docker-image.yml

This commit is contained in:
Mel van Veen
2024-12-03 09:39:58 +01:00
committed by GitHub
parent e2b3d32872
commit 5380de654b

View File

@@ -7,7 +7,7 @@ on:
branches: [ "main" ]
env:
VERSION: "value"
VERSION: "$(cat package.json | jq -r '.version')"
jobs:
build-and-push: