.github/workflows/build.yml aktualisiert
Some checks failed
Rust Cross-Platform Build / Set Tag Name (push) Failing after 2s
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 4s
Rust Cross-Platform Build / Setup Rust Toolchain (push) Successful in 24s
Rust Cross-Platform Build / Run Tests (push) Successful in 58s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 2m37s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 3m20s
Rust Cross-Platform Build / Create Tag (push) Has been skipped
Rust Cross-Platform Build / Build and Push Docker Image (push) Failing after 15s
Rust Cross-Platform Build / Workflow Summary (push) Successful in 2s
Some checks failed
Rust Cross-Platform Build / Set Tag Name (push) Failing after 2s
Rust Cross-Platform Build / Detect Rust Project (push) Successful in 4s
Rust Cross-Platform Build / Setup Rust Toolchain (push) Successful in 24s
Rust Cross-Platform Build / Run Tests (push) Successful in 58s
Rust Cross-Platform Build / Build (x86_64-unknown-linux-gnu) (push) Successful in 2m37s
Rust Cross-Platform Build / Build (x86_64-pc-windows-gnu) (push) Successful in 3m20s
Rust Cross-Platform Build / Create Tag (push) Has been skipped
Rust Cross-Platform Build / Build and Push Docker Image (push) Failing after 15s
Rust Cross-Platform Build / Workflow Summary (push) Successful in 2s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: 1
|
||||
REGISTRY: git.triggermeelmo.com/donpat1to
|
||||
REGISTRY: git.triggermeelmo.com
|
||||
IMAGE_NAME: donpat1to/watcher-agent
|
||||
TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref == 'refs/heads/development' && 'development' || github.ref_type == 'tag' && github.ref_name || 'pr' }}
|
||||
|
||||
|
Reference in New Issue
Block a user