File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,16 +118,16 @@ jobs:
118118
119119
120120
121- # docker:
122- # name: Check docker build
123- # runs-on: ubuntu-latest
124- # steps:
125- # -
126- # name: Check out code into the Go module directory
127- # uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
128- # -
129- # name: Check if dockerimage build is working
130- # run: docker build -f ./build/Dockerfile .
131- # -
132- # name: Check if project-clone dockerimage build is working
133- # run: docker build -f ./project-clone/Dockerfile .
121+ docker :
122+ name : Check docker build
123+ runs-on : ubuntu-latest
124+ steps :
125+ -
126+ name : Check out code into the Go module directory
127+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
128+ -
129+ name : Check if dockerimage build is working
130+ run : docker build -f ./build/Dockerfile .
131+ -
132+ name : Check if project-clone dockerimage build is working
133+ run : docker build -f ./project-clone/Dockerfile .
You can’t perform that action at this time.
0 commit comments