mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
again
This commit is contained in:
parent
7e77837366
commit
e3ec335189
1 changed files with 3 additions and 4 deletions
3
.github/workflows/dockerbuild.dev.yml
vendored
3
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- cd/cd
|
- cd/cd
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -22,5 +21,5 @@ jobs:
|
||||||
- name: build the image
|
- name: build the image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag hkotel/mealie:dev \
|
--tag your-username/multiarch-example:latest \
|
||||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
Loading…
Add table
Add a link
Reference in a new issue