ga fixes
This commit is contained in:
6
.github/workflows/fluent-bit-release.yml
vendored
6
.github/workflows/fluent-bit-release.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: production-release
|
name: fluent-bit-release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: others/fluentbit
|
context: others/fluentbit/
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: coollabsio/coolify-fluent-bit-test:1.0.0-amd64
|
tags: coollabsio/coolify-fluent-bit-test:1.0.0-amd64
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: others/fluentbit
|
context: others/fluentbit/
|
||||||
platforms: linux/aarch64
|
platforms: linux/aarch64
|
||||||
push: true
|
push: true
|
||||||
tags: coollabsio/coolify-fluent-bit-test:1.0.0-aarch64
|
tags: coollabsio/coolify-fluent-bit-test:1.0.0-aarch64
|
||||||
|
|||||||
Reference in New Issue
Block a user