Skip to content

Commit

Permalink
Merge pull request #113 from DigiKlausur/multiple_tags
Browse files Browse the repository at this point in the history
Update build_e2xgrader_images.yaml
  • Loading branch information
tmetzl authored Nov 12, 2024
2 parents 22c616e + 1554e32 commit 7a0dd89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_e2xgrader_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
id: set_image_tag
run: |
if [ "${{ matrix.e2xgrader_mode }}" == "student_exam" ]; then
echo "image_tag=${{ inputs.image_name }}-exam:${{ inputs.image_tag }}" >> $GITHUB_OUTPUT
echo "image_tag=${{ inputs.image_name }}-exam" >> $GITHUB_OUTPUT
else
echo "image_tag=${{ inputs.image_name }}-${{ matrix.e2xgrader_mode }}:${{ inputs.image_tag }}" >> $GITHUB_OUTPUT
echo "image_tag=${{ inputs.image_name }}-${{ matrix.e2xgrader_mode }}" >> $GITHUB_OUTPUT
fi
- name: Set tags
Expand Down

0 comments on commit 7a0dd89

Please sign in to comment.