Skip to content

ignore test.sh

ignore test.sh #8

name: Build Docker Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t ipex-arc-fastchat:$(date +%s) -f Dockerfile .