Skip to content

Commit

Permalink
Update release_event_buddy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Nov 12, 2024
1 parent fc9d4d3 commit ded3099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_event_buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Get release version
id: release-version
run: |
$(awk '/$IMAGE_NAME/{print $NF}' config/event-buddy-deployment.yaml)
VERSION=$(awk '/$IMAGE_NAME/{print $NF}' config/event-buddy-deployment.yaml)
VERSION=$(grep "$IMAGE_NAME:" config/${IMAGE_NAME}-deployment.yaml | awk -F: '{print $3}')
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 ded3099

Please sign in to comment.