maybe
Some checks failed
kaniko / build (push) Failing after 4s
kaniko / prepare (push) Failing after 9s
build-airflow-image / prepare (push) Failing after 13s
Build images / build-and-push-arch (push) Failing after 14s

This commit is contained in:
Julius Zeidler 2025-04-02 19:20:18 +02:00
parent 093460dbfc
commit def6d05074

View file

@ -5,9 +5,12 @@ jobs:
prepare:
runs-on: catthehacker
steps:
- name: Prepare environment variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
- 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