CI: build: login to registry step
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
phil 2024-10-28 18:11:26 +01:00
parent 8a74886369
commit d59a02b884

View file

@ -21,6 +21,13 @@ jobs:
- name: Run basic test (bootstrap)
run: pytest -s tests/basic.py
- name: Log in to container registry
uses: redhat-actions/podman-login@v1
with:
registry: ${{ vars.REPOSITORY }}
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build container
uses: actions/buildah-build@v1
with: