More changes to workflow (#2500)

This commit is contained in:
Ahmad Farhat 2021-02-01 18:28:21 -05:00 committed by GitHub
parent d64b8d023a
commit b77b6665a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

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-}