Skip to content

Commit

Permalink
FIx docker build tagging - needs more work!
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 3, 2024
1 parent 390b4ae commit 672419d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ runs:
if: ${{ startsWith(inputs.build-params, 'docker') }}
id: dockersetup
shell: bash
# TODO - needs to be smarter! And cover "prod".
run: |
if [ "${{ steps.getversion.outputs.LMS_VERSION }}" = "8.5" ]; then
if [ "${{ steps.getversion.outputs.LMS_VERSION }}" = "9.0" ]; then
echo "LMS_TAG=--tag=dev" >> $GITHUB_OUTPUT
else
echo "LMS_TAG=--tag=stable" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 672419d

Please sign in to comment.