Skip to content

temporarily run on any push #28345

temporarily run on any push

temporarily run on any push #28345

name: Build Dockerfile
on:
workflow_dispatch:
push:
pull_request:
types: [review_requested]
branches: [ "main" ]
jobs:
build:
if: ${{(github.event_name == 'push') || contains(github.event.pull_request.labels.*.name, 'Exhaustive CI') || contains(github.event.pull_request.labels.*.name, 'Build Docker Files')}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Dockerfile
run: |
docker build . --file docker/Dockerfile --tag unifyai/ivy:$(date +%s)