Skip to content

better log when fail #636

better log when fail

better log when fail #636

Workflow file for this run

name: Docker test
on:
push:
pull_request:
env:
IMAGE_NAME: force
jobs:
push:
name: Test whether Docker image builds successfully
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME