Skip to content

Commit

Permalink
updated with dhcp settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gpillon committed Sep 17, 2024
1 parent 5df019b commit 75bf261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
VERSION=$(git describe --tags --abbrev=0 --always)
if [[ $VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ $VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+-(alpha|beta) ]]; then
echo "version=$VERSION" >> $GITHUB_OUTPUT
else
echo "version=latest" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 75bf261

Please sign in to comment.