iso-builder/.forgejo/workflows/prebuild.yaml
nesteroff561 abf8df26f0
Some checks failed
TileOS ISO Builder Wrapper / prebuild (push) Failing after 0s
TileOS ISO Builder Wrapper / build-sway (push) Has been skipped
Fixed exposing variable
2025-06-01 15:49:13 +03:00

16 lines
No EOL
335 B
YAML

on: [workflow_call]
jobs:
prebuild:
runs-on: iso-builder
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Build builder image
run: |
eval $(ssh-agent -s)
echo ${{ secrets.STORAGE_SSH_KEY }} > ./id_rsa
docker build --no-cache -f Dockerfile-builder -t builder:latest .