Skip to content

Commit f4bcfc7

Browse files
mbolognaCopilot
andcommitted
fix(ci): correct docker-ci.yml SHA to commit where file was introduced
The rename from docker-build-scan-push.yml to docker-ci.yml happened in 14e07c88, but ci.yml was pinned to 99d8010 where the file didn't exist yet, causing 'workflow file issue' failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b1677e9 commit f4bcfc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
docker:
26-
uses: mbologna/.github/.github/workflows/docker-ci.yml@99d80103aa446f2ac6a905fcc570d72e317240a6 # main
26+
uses: mbologna/.github/.github/workflows/docker-ci.yml@14e07c88dd4dfeec401cfc276db760334f670e84 # main
2727
with:
2828
image_name: docker-bitlbee
2929
yamllint_paths: docker-compose.yml .github/workflows/

0 commit comments

Comments
 (0)