修复变量引用错误
Some checks failed
Docker Build / Build and push docker image (push) Failing after 24s

This commit is contained in:
xiaohei 2025-02-15 13:57:47 +08:00
parent 3ae198d243
commit 827d9376ab

View File

@ -27,7 +27,7 @@ jobs:
run: apt update && apt install podman -y
- name: Build Docker Image
run: podman build -t ${{ steps.build_image.outputs.image }}:${{ steps.build_image.outputs.tags }} .
run: podman build -t ${{ IMAGE_REGISTRY }}:${{ IMAGE_TAGS }} .
- name: login to registry
uses: redhat-actions/podman-login@v1