Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 15m48s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 15m48s
This commit is contained in:
parent
b8e57254fd
commit
8593fa4bea
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -116,10 +116,10 @@ jobs:
|
|||
with:
|
||||
string: ${{ env.IMAGE_REGISTRY }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
- name: Log in to the GitHub Container registry
|
||||
uses: https://github.com/redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: rievo.dev
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue