Attempt to fix version code (#2506)

This commit is contained in:
Ahmad Farhat 2021-02-03 17:21:55 -05:00 committed by GitHub
parent b77b6665a5
commit 9a2842297b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -28,4 +28,4 @@ jobs:
tags: |
bigbluebutton/greenlight:master
bigbluebutton/greenlight:latest
build-args: version_code=${GITHUB_SHA::8}
build-args: version_code=${{ GITHUB_SHA::8 }}

View File

@ -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_REF##*/ }}
build-args: version_code=${{ GITHUB_REF##*/release- }}