Skip to content

dockerfile #28695

dockerfile

dockerfile #28695

name: Build Dockerfile
on:
workflow_dispatch:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Dockerfile
run: |
docker build . --file docker/Dockerfile --tag ivyllc/ivy:$(date +%s)