peaceiris / hugo-extended-docker

Debian Based Docker Image for Hugo (Hugo extended and Hugo Modules)

Home Page:https://hub.docker.com/r/peaceiris/hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fail to brew install hadolint in docker file

Adeljoo opened this issue · comments

I try to use the action yml and I could not run and complain about hadolint.

Tell me more details.

I copied and pasted the image and push yml files in my workflow. added docker file and .hadolint.yaml to my repo. But the staus of action is failed.

Are you working on Adeljoo/testMd? The Docker file does not work as GitHub Action. GitHub Actions runner does not support docker build --build-arg.

This issue is not related to this repo, so I close this.

Ask about GitHub Actions on the forum GitHub Actions - GitHub Community Forum.

Thanks, I found the problem. Can I ask about the DOCKER_HUB_BASE_NAME is set to your name right now, should I change it to my account username? how about the following line
echo "${GITHUB_TOKEN}" | docker login docker.pkg.github.com -u (**your username**) --password-stdin