Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
lint_dockerfile:
runs-on: ubuntu-latest
container: hadolint/hadolint:latest-debian@sha256:d310f94cc261f61b013fe8135e893bad6bec8d7d9175652bed9a78db4a28cd83
container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
jobs:
lint_dockerfile:
runs-on: ubuntu-latest
container: hadolint/hadolint:latest-debian@sha256:d310f94cc261f61b013fe8135e893bad6bec8d7d9175652bed9a78db4a28cd83
container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading