Skip to content

Commit

Permalink
workflows: update build master packages
Browse files Browse the repository at this point in the history
* Use fluent/fluent-bit-packaging
  • Loading branch information
niedbalski committed Apr 7, 2021
1 parent 30776f7 commit 650015b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-master-packages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
push:
push:${{ github.actor }}
branches:
- master

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: actions/checkout@v2
with:
repository: ${{ github.actor }}/fluent-bit-packaging
repository: fluent/fluent-bit-packaging
fetch-depth: 1
path: packaging

Expand All @@ -50,4 +50,4 @@ jobs:
env:
bucket-name: ${{ steps.formatted_distro.outputs.replaced }}
release: master
distro: ${{ matrix.distro }}
distro: ${{ matrix.distro }}

0 comments on commit 650015b

Please sign in to comment.