Skip to content

Commit

Permalink
ci: move slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent c6ecd6c commit ef77ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master
- run: |
brew install jaq
jaq --in-place ".version += \\\"-$(git rev-parse --abbrev-ref HEAD).$(git rev-parse HEAD)\\\"" package.json
jaq --in-place ".version += \"-$(git rev-parse --abbrev-ref HEAD).$(git rev-parse HEAD)\"" package.json
docker build -t "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey" .
docker push "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey"
working-directory: misskey/misskey
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mikefarah/[email protected]
with:
cmd: yq -i ".image.index = \"ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey\"" misskey/chart/values.yaml
cmd: yq -i ".image.index = \\\"ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey\\\"" misskey/chart/values.yaml
env:
GITHUB_REF_NAME: ${{ github.ref_name }}
- uses: helm/[email protected]
Expand Down

0 comments on commit ef77ab5

Please sign in to comment.