Skip to content

Commit

Permalink
Merge pull request #113 from cyber-dojo/update-base-image-trigger
Browse files Browse the repository at this point in the history
Try adding checkout to base-image-trigger workflow [ci skip]
  • Loading branch information
JonJagger authored Jan 21, 2025
2 parents c2c910d + f74d6a5 commit cc800df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/base_image_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
base_image: ${{ steps.vars.outputs.base_image }}
kosli_trail: ${{ steps.vars.outputs.kosli_trail }}
steps:
- name: Output the base-image
- uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Outputs
id: vars
run: |
echo "base_image="cyberdojo/sinatra:${{ inputs.base_image }}" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit cc800df

Please sign in to comment.