Skip to content

Commit

Permalink
Update ci.build.push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary authored Aug 30, 2023
1 parent 31eb633 commit 4bb5180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.build.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
id: date
if: contains(env.DOCKER_BUILD_ENABLED, 'true')
shell: bash
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
run: echo "time=$(date +'%Y-%m-%d-%H%M%S')" >> $GITHUB_OUTPUT

- name: Build and Push branch
if: contains(env.DOCKER_BUILD_ENABLED, 'true')
uses: docker/build-push-action@v3
with:
push: true
tags: |
"bigbluebutton/bbb-build:${{ steps.ci_branch_name.outputs.branch }}-${{ steps.date.outputs.date }}"
"bigbluebutton/bbb-build:${{ steps.ci_branch_name.outputs.branch }}--${{ steps.date.outputs.time }}"
context: .
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline

0 comments on commit 4bb5180

Please sign in to comment.