From e92d3fbea9237945e2ce3f45853e58bcfef029fb Mon Sep 17 00:00:00 2001 From: emrah Date: Thu, 29 Feb 2024 13:00:58 +0300 Subject: [PATCH] jitsi-component-selector, chore: activate build in workflow --- .github/workflows/jitsi-component-selector.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/jitsi-component-selector.yml b/.github/workflows/jitsi-component-selector.yml index 9606263..b98bf03 100644 --- a/.github/workflows/jitsi-component-selector.yml +++ b/.github/workflows/jitsi-component-selector.yml @@ -48,10 +48,10 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - #- name: Build and push - # uses: docker/build-push-action@v5 - # with: - # context: ./${{ env.CONTEXT }} - # push: true - # tags: ${{ steps.meta.outputs.tags }} - # labels: ${{ steps.meta.outputs.labels }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: ./${{ env.CONTEXT }} + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}