mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
change registry
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user