Skip to content

Commit

Permalink
fix: add missing EOL and undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss authored Sep 26, 2024
1 parent 4596f53 commit 9becb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/github/templates/build-kayobe-docker-image.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
<%- endif +%>
runs-on: %% github_runs_on %%
container:
image: docker:%% github_docker_container_version %%
image: docker:%% github_docker_image_version %%
permissions:
contents: read
packages: %% 'write' if (github_registry.url | default(github_default_registry.url)) == 'ghcr.io' else 'none' %%
Expand Down
2 changes: 1 addition & 1 deletion roles/github/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ github_actions_github_script_version: "v7.0.1"

github_actions_download_artifact_version: "v4.1.8"

github_mikepenz_action_junit_report_version: "db71d41eb79864e25ab0337e395c352e84523afe" # v4.3.1
github_mikepenz_action_junit_report_version: "db71d41eb79864e25ab0337e395c352e84523afe" # v4.3.1

0 comments on commit 9becb5a

Please sign in to comment.