dev-env/.forgejo/workflows/action.yaml
raphy 42f9622bc1
Some checks failed
ci / checkout (push) Failing after 19s
ho aggiunto sta roba
2025-02-02 01:49:58 +01:00

23 lines
471 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: deke/dev-env
username: deke
password: ${{ secrets.TOKEN }}
registry: git.dekedin.me