Update .github/workflows/.github-ci.yaml
Some checks failed
ci-workflow / ci (push) Failing after 5s
Some checks failed
ci-workflow / ci (push) Failing after 5s
This commit is contained in:
parent
b2d6e6f28f
commit
0ce0ceb087
1 changed files with 4 additions and 0 deletions
4
.github/workflows/.github-ci.yaml
vendored
4
.github/workflows/.github-ci.yaml
vendored
|
@ -10,6 +10,10 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Debug
|
||||||
|
run: |
|
||||||
|
echo test ${{ secrets.PACKAGES_USER }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue