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 4435aa1 commit e5914f7Copy full SHA for e5914f7
.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Check out the repo
28
uses: actions/checkout@v4
29
- name: Lint Dockerfile
30
- uses: hadolint/hadolint-action@v3.1.0
+ uses: hadolint/hadolint-action@v3.3.0
31
with:
32
dockerfile: "${{ matrix.config.name }}/Dockerfile"
33
- name: Prepare tags
0 commit comments