Skip to content

Commit

Permalink
Fix possible syntax issue in Determine Tags Step
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Sep 12, 2024
1 parent b47f4c6 commit fec670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Determine Image Tags
id: determine-image-tags
run: |
buildType = ${{ env.BUILD_TYPE }}
buildType="${{ env.BUILD_TYPE }}"
case $buildType in
"build_only" | "build_push_pycsw")
Expand Down

0 comments on commit fec670e

Please sign in to comment.