fixed tag to development

This commit is contained in:
2025-08-03 21:25:33 +02:00
parent eb095a464b
commit daeb8ca38f

View File

@@ -11,8 +11,8 @@ env:
CARGO_TERM_COLOR: always
REGISTRY: git.triggermeelmo.com
IMAGE_NAME: donpat1to/watcher-agent
TAG: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || github.ref_name }}
TAG: development
jobs:
detect-project:
name: Detect Rust Project