mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
again
This commit is contained in:
parent
e3ec335189
commit
103c73e70f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
version: latest
|
||||
- name: login to docker hub
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
|
||||
- name: build the image
|
||||
run: |
|
||||
docker buildx build --push \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue