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: |
|
||||
docker buildx build --push \
|
||||
--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: |
|
||||
docker buildx build --push \
|
||||
--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: |
|
||||
docker buildx build --push \
|
||||
--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
Reference in a new issue