指定dockerfile文件
Some checks failed
Docker Build / Build and push docker image (push) Failing after 18s

This commit is contained in:
xiaohei 2025-02-15 13:43:02 +08:00
parent fdcb60599c
commit 9e6158ed1a

View File

@ -33,6 +33,8 @@ jobs:
image: test_devops
tags: ${{ env.IMAGE_TAGS }}
registry: ${{ env.IMAGE_REGISTRY }}
containerfiles: |
./Dockerfile
- name: login to registry
uses: redhat-actions/podman-login@v1