mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
try again
This commit is contained in:
parent
3d12b36096
commit
7e77837366
1 changed files with 1 additions and 25 deletions
24
.github/workflows/dockerbuild.dev.yml
vendored
24
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -24,27 +24,3 @@ jobs:
|
||||||
docker buildx build --push \
|
docker buildx build --push \
|
||||||
--tag hkotel/mealie:dev \
|
--tag hkotel/mealie:dev \
|
||||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
||||||
|
|
||||||
# jobs:
|
|
||||||
# build-dev:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@master
|
|
||||||
# - name: Publish to Registry
|
|
||||||
# uses: elgohr/Publish-Docker-Github-Action@master
|
|
||||||
# with:
|
|
||||||
# name: hkotel/mealie
|
|
||||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
# build-dev-arm:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# env:
|
|
||||||
# DOCKER_TARGET_PLATFORM: linux/arm/v7
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@master
|
|
||||||
# - name: Publish to Registry
|
|
||||||
# uses: elgohr/Publish-Docker-Github-Action@master
|
|
||||||
# with:
|
|
||||||
# name: hkotel/mealie
|
|
||||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue