Skip to content
Snippets Groups Projects
Unverified Commit 9a284229 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Attempt to fix version code (#2506)

parent b77b6665
Branches
No related tags found
No related merge requests found
......@@ -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 }}
......@@ -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- }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment