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

More changes to workflow (#2500)

parent d64b8d02
Branches
No related tags found
No related merge requests found
......@@ -25,5 +25,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: greenlight:latest
tags: |
bigbluebutton/greenlight:master
bigbluebutton/greenlight:latest
build-args: version_code=${GITHUB_SHA::8}
......@@ -25,7 +25,7 @@ jobs:
with:
push: true
tags: |
greenlight:latest
greenlight:v2
greenlight:${GITHUB_REF}
bigbluebutton/greenlight:latest
bigbluebutton/greenlight:v2
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