dev-env/.forgejo/workflows/action.yaml
raphy a91cd4e823
Some checks failed
ci / checkout (push) Failing after 0s
edit registry??
2025-07-20 09:40:59 +02:00

23 lines
479 B
YAML

name: ci
on:
push:
jobs:
checkout:
runs-on: docker
container:
image: ghcr.io/docker:dind
steps:
- name: Get git and docker
run: apk add git nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Kaniko build
uses: https://www.github.com/aevea/action-kaniko@master
with:
image: deke/dev-env
username: deke
password: ${{ secrets.TOKEN }}
registry: git.dekedin.me