Skip to content

Commit

Permalink
find correct core tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 27, 2022
1 parent d6af3ba commit fe0d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lagoon-core-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
id: version_tag_build
run: |
LAGOON_VERSION=$(echo $(git describe --abbrev=0 --tags --match 'lagoon-core-v*'))
LAGOON_VERSION=$(echo $(git describe --abbrev=0 --tags --match 'core-v*'))
UI_VERSION=$(echo $(git describe --abbrev=0 --tags --match 'v*'))
BUILD=$(date +%FT%T%z)
echo "LAGOON_VERSION=$LAGOON_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit fe0d428

Please sign in to comment.