Trigger workflow on dev branch; tag image :dev
Build and Push tcp-ingestion / build (push) Successful in 55s
Build and Push tcp-ingestion / build (push) Successful in 55s
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build and Push tcp-ingestion
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [dev]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'test/**'
|
- 'test/**'
|
||||||
@@ -61,4 +61,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.dev.trmtracking.org/trm/tcp-ingestion:main
|
tags: git.dev.trmtracking.org/trm/tcp-ingestion:dev
|
||||||
|
|||||||
Reference in New Issue
Block a user