Skip to content

Commit 2fcffa8

Browse files
committed
Update hadolint-action to 1.3.0 🐳
1 parent d9b0d0d commit 2fcffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Build the Docker image
1515
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
1616
- name: Hadolint Action
17-
uses: hadolint/hadolint-action@v1.2.1
17+
uses: hadolint/hadolint-action@v1.3.0
1818
with:
1919
dockerfile: Dockerfile

0 commit comments

Comments
 (0)