We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716479a commit 9544bcaCopy full SHA for 9544bca
.github/workflows/deploy.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: eepy-runner-set
10
steps:
11
- uses: actions/checkout@v4
12
- - run: nix run -L '.#pushDockerImageActions'
+ - run: nix run -j32 -L '.#pushDockerImageActions'
13
- run: GIT_REV=${{ github.sha }} nu -c 'open .kube/version.yaml -r | from yaml | update value $"kokuzo.tailc38f.ts.net/personal-api:${{ github.sha }}" | to yaml | save .kube/version.yaml -f'
14
- run: |
15
git config --global user.name 'GitHub Actions'
0 commit comments