mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
hotfix: format
This commit is contained in:
parent
71f1607b58
commit
e28b830cd4
12
.github/workflows/partial-builder.yml
vendored
12
.github/workflows/partial-builder.yml
vendored
@ -62,9 +62,7 @@ jobs:
|
||||
push: true
|
||||
tags: frontend-${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
build-backend:
|
||||
runs-on: ubuntu-latest
|
||||
@ -119,9 +117,7 @@ jobs:
|
||||
push: true
|
||||
tags: api-${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
build-omni:
|
||||
runs-on: ubuntu-latest
|
||||
@ -176,6 +172,4 @@ jobs:
|
||||
push: true
|
||||
tags: omni-${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user