dev-env/.forgejo/workflows/action.yaml
raphy 02529e9051
Some checks failed
ci / checkout (push) Failing after 28s
fix image
2025-01-31 17:44:49 +01:00

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