Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit db929da

Browse files
author
Apipa169
committed
Merge branch 'master' into beta
2 parents c4148c5 + 03f7d3d commit db929da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- '*'
77
branches:
88
- dev
9-
109
jobs:
1110
buildx:
1211
runs-on: ubuntu-latest
@@ -26,7 +25,7 @@ jobs:
2625
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
2726
TAGS="$TAGS --tag ${DOCKER_IMAGE}:latest"
2827
fi
29-
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}b$ ]]; then
28+
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}b(?:[0-9]+)?$ ]]; then
3029
TAGS="$TAGS --tag ${DOCKER_IMAGE}:beta"
3130
fi
3231
echo ::set-output name=docker_image::${DOCKER_IMAGE}

0 commit comments

Comments
 (0)