final tag test

This commit is contained in:
era 2025-01-20 08:07:36 +03:30
parent 37f8e787a2
commit 9f0b772d85
No known key found for this signature in database
GPG Key ID: D09203E19A264BC3
3 changed files with 4 additions and 8 deletions

View File

@ -6,8 +6,6 @@ steps:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: .woodpecker/ballistica_dev_dockerfile
platforms:
- linux/amd64
registry: codeberg.org
repo: codeberg.org/${CI_REPO}-dev
tags:

View File

@ -57,10 +57,8 @@ steps:
registry: codeberg.org
repo: codeberg.org/${CI_REPO}
tags:
- latest-debug
- latest-gui-debug
- ${CI_COMMIT_TAG}-debug
- ${CI_COMMIT_TAG}-gui-debug
- ${CI_COMMIT_TAG##v}-debug
- ${CI_COMMIT_TAG##v}-gui-debug
username: ${CI_REPO_OWNER}
password:
from_secret: ACCESS_TOKEN
@ -77,8 +75,7 @@ steps:
registry: codeberg.org
repo: codeberg.org/${CI_REPO}
tags:
- latest-server-debug
- ${CI_COMMIT_TAG}-server-debug
- ${CI_COMMIT_TAG##v}-server-debug
username: ${CI_REPO_OWNER}
password:
from_secret: ACCESS_TOKEN

View File

@ -202,6 +202,7 @@ ctx.filter_file_names = {
'ballistica_dev_image.yaml',
'ci.yaml',
'ci_build_and_test_windows.yaml',
'cd.yaml',
'deploy_docs.yaml',
'release.yaml',
'LICENSE',