diff --git a/.forgejo/workflows/prebuild.yaml b/.forgejo/workflows/prebuild.yaml index 8a03cf1..47d8652 100644 --- a/.forgejo/workflows/prebuild.yaml +++ b/.forgejo/workflows/prebuild.yaml @@ -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 . \ No newline at end of file diff --git a/.forgejo/workflows/wrapper.yaml b/.forgejo/workflows/wrapper.yaml index c753543..9b54d2a 100644 --- a/.forgejo/workflows/wrapper.yaml +++ b/.forgejo/workflows/wrapper.yaml @@ -11,5 +11,6 @@ jobs: build-sway: uses: ./.forgejo/workflows/build-image-sway.yaml secrets: inherit + needs: [prebuild] \ No newline at end of file