Update .github/workflows/build.yml
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 15m48s

This commit is contained in:
Seraphim Strub 2024-12-28 22:46:55 +00:00
parent b8e57254fd
commit 8593fa4bea

View file

@ -116,10 +116,10 @@ jobs:
with: with:
string: ${{ env.IMAGE_REGISTRY }} string: ${{ env.IMAGE_REGISTRY }}
- name: Login to GitHub Container Registry - name: Log in to the GitHub Container registry
uses: docker/login-action@v3 uses: https://github.com/redhat-actions/podman-login@v1
with: with:
registry: rievo.dev registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}