mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-05 02:45:18 +02:00
MHO/Github actions
bug: fix build
This commit is contained in:
parent
8463919b66
commit
0708d92021
3 changed files with 6 additions and 3 deletions
3
.github/workflows/image-dev.yml
vendored
3
.github/workflows/image-dev.yml
vendored
|
@ -25,4 +25,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag mhzawadi/flame:dev \
|
--tag mhzawadi/flame:dev \
|
||||||
--platform linux/amd64,linux/arm64 .
|
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||||
|
-f .docker/Dockerfile.multiarch .
|
||||||
|
|
3
.github/workflows/image-latest.yml
vendored
3
.github/workflows/image-latest.yml
vendored
|
@ -23,4 +23,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag mhzawadi/flame:latest \
|
--tag mhzawadi/flame:latest \
|
||||||
--platform linux/amd64,linux/arm64 .
|
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||||
|
-f .docker/Dockerfile.multiarch .
|
||||||
|
|
3
.github/workflows/image-version.yml
vendored
3
.github/workflows/image-version.yml
vendored
|
@ -29,4 +29,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag "mhzawadi/flame:${{ steps.prepare.outputs.version }}" \
|
--tag "mhzawadi/flame:${{ steps.prepare.outputs.version }}" \
|
||||||
--platform linux/amd64,linux/arm64 .
|
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||||
|
-f .docker/Dockerfile.multiarch .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue