Skip to content

Commit

Permalink
Update release_event_buddy.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Dec 29, 2024
1 parent 5a02f7d commit b2c840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_event_buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
IMAGE_NAME: event-buddy
IMAGE_NAME: fbf-buddy

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Get release version
id: release-version
run: |
VERSION=$(grep -oP '"version":\s*"\K[^"]+' package.json)
VERSION=$(cat app.version)
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Build image
run: docker build --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" .
Expand Down

0 comments on commit b2c840f

Please sign in to comment.