Skip to content

Commit a66ef17

Browse files
committed
ci: add -beta in tag
Signed-off-by: E99p1ant <i@github.red>
1 parent edf7319 commit a66ef17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
push: true
4848
build-args: |
4949
GITHUB_SHA=${{ github.sha }}
50+
# Remove '-beta' suffix for stable releases
5051
tags: |
51-
ghcr.io/nekowheel/nekobox:${{ env.IMAGE_TAG }}
52+
ghcr.io/nekowheel/nekobox:${{ env.IMAGE_TAG }}-beta
5253
5354
build-web:
5455
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)