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

View file

@ -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 .