Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ddfac57f7 | ||
|
|
9fbd750cd2 | ||
|
|
5fc2027cfa | ||
|
|
2d39476c65 |
6
.github/workflows/base_image_workflow.yaml
vendored
6
.github/workflows/base_image_workflow.yaml
vendored
@@ -70,8 +70,10 @@ jobs:
|
||||
flavor: |
|
||||
latest=auto
|
||||
tags: |
|
||||
type=edge,branch=master,commit=${{ github.sha }}
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=sha,commit=${{ github.sha }}
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build image for scanning
|
||||
@@ -130,7 +132,7 @@ jobs:
|
||||
sarif_file: 'trivy-results-os.sarif'
|
||||
|
||||
- name: Push Service Image to repo
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
||||
# if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ${{ needs.set-vars.outputs.CONTEXT }}
|
||||
|
||||
3
.github/workflows/build_addon.yaml
vendored
3
.github/workflows/build_addon.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/node/addon/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_consumer.yaml
vendored
3
.github/workflows/build_consumer.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/node/consumer/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_jackett-addon.yaml
vendored
3
.github/workflows/build_jackett-addon.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/node/addon-jackett/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_metadata.yaml
vendored
3
.github/workflows/build_metadata.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/metadata/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_migrator.yaml
vendored
3
.github/workflows/build_migrator.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/migrator/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_producer.yaml
vendored
3
.github/workflows/build_producer.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/producer/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
3
.github/workflows/build_tissue.yaml
vendored
3
.github/workflows/build_tissue.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/tissue/**'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
process:
|
||||
|
||||
Reference in New Issue
Block a user