mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
change registry
This commit is contained in:
parent
5ff2053524
commit
5baaf07405
5
.github/workflows/dockerbuild.dev.yml
vendored
5
.github/workflows/dockerbuild.dev.yml
vendored
@ -18,16 +18,15 @@ jobs:
|
|||||||
- name: Log in to GitHub Docker Registry
|
- name: Log in to GitHub Docker Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: docker.pkg.github.com
|
registry: ghrc.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./docs
|
|
||||||
tags: |
|
tags: |
|
||||||
docker.pkg.github.com/${{ github.repository }}/dev-docs:latest
|
ghrc.io/${{ github.repository }}/dev-docs:latest
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user