增加登录容器仓库地址
Some checks failed
Docker Build / Build and push docker image (push) Failing after 24s

This commit is contained in:
xiaohei 2025-02-15 13:59:24 +08:00
parent 827d9376ab
commit 950d524a9f

View File

@ -32,6 +32,7 @@ jobs:
- name: login to registry
uses: redhat-actions/podman-login@v1
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}