Skip to content

Commit

Permalink
temp: bq
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Oct 30, 2023
1 parent e136725 commit cfb3ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syslog-ng-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
type: string

env:
DOCKER_IMAGE_NAME: ghcr.io/axoflow/axosyslog
DOCKER_IMAGE_NAME: ghcr.io/alltilla/axosyslog
PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7

jobs:
docker:
name: syslog-ng Docker
if: github.repository_owner == 'axoflow'
if: github.repository_owner == 'alltilla'
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/syslog-ng-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
publish-image:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/syslog-ng-docker.yml
needs: [tarball, build-and-test]
with:
Expand Down
3 changes: 2 additions & 1 deletion syslog-ng/apkbuild/axoflow/syslog-ng/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ _grpc() {
pkgdesc="$pkgdesc (grpc module)"

_submv usr/lib/syslog-ng/libotel.so \
usr/lib/syslog-ng/libloki.so
usr/lib/syslog-ng/libloki.so \
usr/lib/syslog-ng/libbigquery.so
}

_module() {
Expand Down

0 comments on commit cfb3ced

Please sign in to comment.