debug ci
Some checks failed
Build Container / Build Container (push) Failing after 2s

This commit is contained in:
lilly 2026-05-14 19:25:07 +02:00
commit 60a7f5dc44
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -8,16 +8,17 @@ jobs:
build-container:
name: Build Container
runs-on: docker
container:
image: ghcr.io/osscontainertools/kaniko:alpine
steps:
- name: Install NodeJS for actions compatibility
run: apk add --no-cache nodejs
- name: Checkout source code
uses: actions/checkout@v6
- name: Login to container registry (prod only)
if: ${{ forgejo.ref_name == 'main' }}
run: /kaniko/executor login --username="forgejo-actions" --password="${{ secrets.PACKAGES_TOKEN }}" git.hamburg.ccc.de
run: echo /kaniko/executor login --username="forgejo-actions" --password="${{ secrets.PACKAGES_TOKEN }}" git.hamburg.ccc.de
- name: Build Container
env:
KANIKO_NO_PUSH: ${{ forgejo.ref_name != 'main' }}