Skip to content

Commit

Permalink
Added missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 7, 2024
1 parent d23c53c commit 0c20dd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,18 @@ jobs:
EOF2
latest_tag=$(git describe --abbrev=0 --tags)
previous_tag=$(git describe --abbrev=0 --tags --exclude="$(git describe --abbrev=0 --tags))
previous_tag=$(git describe --abbrev=0 --tags --exclude="$(git describe --abbrev=0 --tags)")
echo "SERVER_IMAGE_TAG=$latest_tag" >> "$GITHUB_OUTPUT"
echo "PREVIOUS_SERVER_TAG=$previous_tag" >> "$GITHUB_OUTPUT"
echo "Latest server tag: $latest_tag"
echo "Previous server tag: $previous_tag"
SECOND_LATEST_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))
echo "Second latest tag: $SECOND_LATEST_TAG"
- name: Bump up release tag
# if: ${{ inputs.repo == 'op-admin-dashboard' || inputs.repo == 'em-public-dashboard' }}
# if: ${{ inputs.repo == 'op-admin-dashboard' || inputs.repo == 'em-public-dashboard' || inputs.repo == 'nrel-openpath-join-page'}}
Expand Down

0 comments on commit 0c20dd9

Please sign in to comment.