This commit is contained in:
Hayden 2021-01-16 20:41:56 -09:00
commit e3ec335189

View file

@ -5,7 +5,6 @@ on:
branches:
- cd/cd
jobs:
build:
runs-on: ubuntu-latest
@ -22,5 +21,5 @@ jobs:
- name: build the image
run: |
docker buildx build --push \
--tag hkotel/mealie:dev \
--tag your-username/multiarch-example:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .