Fixed exposing variable
Some checks failed
TileOS ISO Builder Wrapper / prebuild (push) Failing after 0s
TileOS ISO Builder Wrapper / build-sway (push) Has been skipped

This commit is contained in:
nesteroff561 2025-06-01 15:49:13 +03:00
parent be2cd32f86
commit abf8df26f0
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Build builder image
run: |
eval $(ssh-agent -s)
echo "{{ secrets.STORAGE_SSH_KEY }} > ./id_rsa
echo ${{ secrets.STORAGE_SSH_KEY }} > ./id_rsa
docker build --no-cache -f Dockerfile-builder -t builder:latest .

View file

@ -11,5 +11,6 @@ jobs:
build-sway:
uses: ./.forgejo/workflows/build-image-sway.yaml
secrets: inherit
needs: [prebuild]