From f1be5f5341a46591f10e041556ce9dbbe9711368 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 18 Nov 2022 11:17:04 +0100 Subject: [PATCH] ga fixes --- .github/workflows/fluent-bit-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fluent-bit-release.yml b/.github/workflows/fluent-bit-release.yml index c4a23228b..f73c709bc 100644 --- a/.github/workflows/fluent-bit-release.yml +++ b/.github/workflows/fluent-bit-release.yml @@ -1,4 +1,4 @@ -name: production-release +name: fluent-bit-release on: push: @@ -47,7 +47,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: - context: others/fluentbit + context: others/fluentbit/ platforms: linux/amd64 push: true tags: coollabsio/coolify-fluent-bit-test:1.0.0-amd64 @@ -68,7 +68,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v2 with: - context: others/fluentbit + context: others/fluentbit/ platforms: linux/aarch64 push: true tags: coollabsio/coolify-fluent-bit-test:1.0.0-aarch64