We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hadolint/hadolint-action
1 parent 95bf613 commit d9b0d0dCopy full SHA for d9b0d0d
.github/workflows/docker-image.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Build the Docker image
15
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
16
- name: Hadolint Action
17
- uses: brpaz/hadolint-action@v1.2.1
+ uses: hadolint/hadolint-action@v1.2.1
18
with:
19
dockerfile: Dockerfile
0 commit comments