summaryrefslogtreecommitdiffstats
path: root/fluent-bit/.github/workflows/build-branch-containers.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/.github/workflows/build-branch-containers.yaml
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/.github/workflows/build-branch-containers.yaml')
-rw-r--r--fluent-bit/.github/workflows/build-branch-containers.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/fluent-bit/.github/workflows/build-branch-containers.yaml b/fluent-bit/.github/workflows/build-branch-containers.yaml
deleted file mode 100644
index ea5d3c6cd..000000000
--- a/fluent-bit/.github/workflows/build-branch-containers.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Build containers for a specific branch of 1.9+
-on:
- workflow_dispatch:
- inputs:
- version:
- description: Version of Fluent Bit to build, commit, branch, etc. The container image will be ghcr.io/fluent/fluent-bit/test/<this value>.
- required: true
- default: master
-jobs:
- build-branch-containers:
- uses: ./.github/workflows/call-build-images.yaml
- with:
- version: ${{ github.event.inputs.version }}
- ref: ${{ github.event.inputs.version }}
- registry: ghcr.io
- username: ${{ github.actor }}
- image: ${{ github.repository }}/test/${{ github.event.inputs.version }}
- unstable: ${{ github.event.inputs.version }}
- secrets:
- token: ${{ secrets.GITHUB_TOKEN }}