mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
test #37
This commit is contained in:
parent
1186c7ba68
commit
80d31a08e1
1 changed files with 6 additions and 17 deletions
23
.github/workflows/dockerbuild.dev.yml
vendored
23
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -6,24 +6,13 @@ on:
|
||||||
- cd/cd
|
- cd/cd
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
build-dev:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- uses: actions/checkout@master
|
||||||
uses: docker/setup-qemu-action@v1
|
- name: Publish to Registry
|
||||||
- name: Set up Docker Buildx
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
uses: docker/setup-buildx-action@v1
|
|
||||||
- name: Login to DockerHub
|
|
||||||
uses: docker/login-action@v1
|
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
name: hkotel/mealiey
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build and push
|
|
||||||
id: docker_build
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
file: ./Dockerfile
|
|
||||||
push: true
|
|
||||||
tags: hkotel/mealie:dev
|
|
||||||
- name: Image digest
|
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue