registry debug
Some checks failed
kaniko / prepare (push) Failing after 10s
build-airflow-image / prepare (push) Failing after 13s
kaniko / build (push) Failing after 2s
Build images / build-and-push-arch (push) Failing after 14s

This commit is contained in:
Julius Zeidler 2025-04-02 19:18:07 +02:00
parent 42b7486dfd
commit 093460dbfc

View file

@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- run: echo env.REGISTRY
- run: echo ${{ env.REGISTRY }}
- name: Login to the registry
uses: docker/login-action@v3
with: