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 d9b0d0d commit 2fcffa8Copy full SHA for 2fcffa8
.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.2.1
+ uses: hadolint/hadolint-action@v1.3.0
18
with:
19
dockerfile: Dockerfile
0 commit comments