diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index e3c64859c..ef955c806 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -2,14 +2,11 @@ name: Docker Image CI on: [pull_request, push] jobs: - - build: - + docker: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 with: submodules: true - name: Build the Docker image - run: docker build . --file docker/Dockerfile --tag omega:$(date +%s) \ No newline at end of file + run: docker build . --file docker/Dockerfile --tag omega:$(date +%s)