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.
1 parent cd60748 commit 48c61cdCopy full SHA for 48c61cd
.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: hadolint/hadolint-action@v1.4.0
+ uses: hadolint/hadolint-action@v1.5.0
18
with:
19
dockerfile: Dockerfile
0 commit comments