fixed tag to development
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user