diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/.github/workflows/build-branch-containers.yaml | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-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.yaml | 20 |
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 }} |