Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad committed Feb 4, 2021
1 parent f5b4f0e commit 62cf3fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cd-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: benjlevesque/[email protected]
id: short-sha
with:
length: 7

- name: Build and Push latest
uses: docker/build-push-action@v2
env:
SHORT_SHA: ${GITHUB_SHA::8}
with:
push: true
tags: |
bigbluebutton/greenlight:master
bigbluebutton/greenlight:latest
build-args: version_code=${SHORT_SHA}
build-args: version_code=${{ steps.short-sha.outputs.sha }}

0 comments on commit 62cf3fe

Please sign in to comment.