Skip to content
Open
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 @@ -6,4 +6,4 @@ name: Build & Publish container

jobs:
publish:
uses: actionshub/reusable-workflows/.github/workflows/publish.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a
uses: actionshub/reusable-workflows/.github/workflows/publish.yaml@cb64d61d896ad264d111c6d105a8e662f5e24210
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: Build & Publish container
pull_request:
jobs:
pull_request:
uses: actionshub/reusable-workflows/.github/workflows/pull_request.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a
uses: actionshub/reusable-workflows/.github/workflows/pull_request.yaml@cb64d61d896ad264d111c6d105a8e662f5e24210
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ outputs:
description: "stdout from mdl"
runs:
using: "docker"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.4"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.5"