mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Add the missing version prefix
This commit is contained in:
parent
c3ec9bff47
commit
548bdd4caa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
if: github.event_name == 'pull_request'
|
||||
run: |
|
||||
VERSION=$(jq -r '.version' backend/package.json)
|
||||
echo "TAG=${VERSION}-${SHORT_SHA}" >> $GITHUB_ENV
|
||||
echo "TAG=v${VERSION}-${SHORT_SHA}" >> $GITHUB_ENV
|
||||
|
||||
- name: Show set environment variables
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue