Skip to content

Commit

Permalink
Fix tag_image_push.yml (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul authored May 21, 2024
1 parent 79f6ded commit 25791f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
id: which_editions
run: |
. .github/scripts/build.functions.sh
. .github/scripts/docker.functions.sh
release_type=${{ env.RELEASE_TYPE }}
triggered_by=${{ github.event_name }}
should_build_oss = $(should_build_oss "$release_type")
should_build_ee = $(should_build_ee "$release_type")
should_build_oss=$(should_build_oss "$release_type")
should_build_ee=$(should_build_ee "$release_type")
echo "should_build_ee=${should_build_ee}" >> $GITHUB_OUTPUT
echo "should_build_oss=${should_build_oss}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 25791f6

Please sign in to comment.