Skip to content

Commit 0f6c001

Browse files
committed
Remove unneeded docker pull of pandoc image
Signed-off-by: Josh Dolitsky <[email protected]>
1 parent c5a74bc commit 0f6c001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs-and-linting.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
GOPATH: /home/runner/work/image-spec/image-spec/go
2929
run: |
3030
export PATH=$GOPATH/bin:$PATH
31-
docker pull quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64
3231
cd go/src/github.com/opencontainers/image-spec
3332
make install.tools
3433
go get -u github.com/alecthomas/gometalinter

0 commit comments

Comments
 (0)