master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit b77b6665a5 - Show all commits

View File

@ -25,5 +25,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: true push: true
tags: greenlight:latest tags: |
bigbluebutton/greenlight:master
bigbluebutton/greenlight:latest
build-args: version_code=${GITHUB_SHA::8} build-args: version_code=${GITHUB_SHA::8}

View File

@ -25,7 +25,7 @@ jobs:
with: with:
push: true push: true
tags: | tags: |
greenlight:latest bigbluebutton/greenlight:latest
greenlight:v2 bigbluebutton/greenlight:v2
greenlight:${GITHUB_REF} bigbluebutton/greenlight:${GITHUB_REF##*/}
build-args: version_code=${GITHUB_REF##*/release-} build-args: version_code=${GITHUB_REF##*/release-}