Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 5s

This commit is contained in:
richardrobertreitz 2025-02-06 17:57:48 +00:00
parent b2d6e6f28f
commit 0ce0ceb087

View file

@ -10,6 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Debug
run: |
echo test ${{ secrets.PACKAGES_USER }}
- name: Build
uses: https://codeberg.org/umglurf/kaniko-action@main
with: