Skip to content

Bump transformers from 4.26.1 to 4.30.0 #7

Bump transformers from 4.26.1 to 4.30.0

Bump transformers from 4.26.1 to 4.30.0 #7

Workflow file for this run

# https://sourcery.ai/blog/github-actions/
name: docker-build
on: pull_request
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker image
run: docker build . -t project_name
- name: Test image
run: docker run -it --name project_name