Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 48m41s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 48m41s
This commit is contained in:
parent
22c2ecf172
commit
b8e57254fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -119,11 +119,11 @@ jobs:
|
|||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
registry: rievo.dev
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push Image to GHCR
|
||||
- name: Push Image to registrz
|
||||
uses: https://github.com/redhat-actions/push-to-registry@v2
|
||||
id: push
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue