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
7
.github/workflows/dockerbuild.dev.yml
vendored
7
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
branches:
|
||||
- cd/cd
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -21,6 +20,6 @@ jobs:
|
|||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
- name: build the image
|
||||
run: |
|
||||
docker buildx build --push \
|
||||
--tag hkotel/mealie:dev \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
||||
docker buildx build --push \
|
||||
--tag your-username/multiarch-example:latest \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue