dev-env/.forgejo/workflows/action.yaml
deke 5fa9400882
All checks were successful
ci / checkout (push) Successful in 1m14s
Add README.md
2025-07-21 07:07:46 +02:00

23 lines
477 B
YAML

name: ci
on:
push:
jobs:
checkout:
runs-on: docker
container:
image: 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: wintermute/dev-env
username: deke
password: ${{ secrets.TOKEN }}
registry: git.dekedin.me