Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad committed Feb 4, 2021
1 parent 62cf3fe commit d8c2b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
tags: |
bigbluebutton/greenlight:latest
bigbluebutton/greenlight:v2
bigbluebutton/greenlight:${{ GITHUB_REF##*/ }}
build-args: version_code=${{ GITHUB_REF##*/release- }}
bigbluebutton/greenlight:${{ github.event.release.tag_name }}
build-args: version_code=${{ github.event.release.tag_name }}

0 comments on commit d8c2b4b

Please sign in to comment.