diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f06c82a..3072eef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,11 +9,8 @@ on: branches: [ "development", "main" ] env: - CARGO_TERM_COLOR: always - RUST_BACKTRACE: 1 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' }} concurrency: group: ${{ github.workflow }}-${{ github.ref }}