This commit is contained in:
Andras Bacsai
2022-11-18 11:17:04 +01:00
parent 714c264002
commit f1be5f5341

View File

@@ -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