From 836b47cb7e99a977c5a23b059ca1d0b5065d310e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:54:23 +0200 Subject: Merging upstream version 1.46.3. Signed-off-by: Daniel Baumann --- .../.github/workflows/build-branch-containers.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 fluent-bit/.github/workflows/build-branch-containers.yaml (limited to 'fluent-bit/.github/workflows/build-branch-containers.yaml') 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/. - 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 }} -- cgit v1.2.3