Skip to content

Commit

Permalink
ci: remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 23, 2024
1 parent ec17690 commit beb7d80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- id: build
run: |
docker buildx build --cache-from type=gha,scope=hariko --cache-to type=gha,scope=hariko,mode=max -t "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-hariko" --push .
docker push "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-hariko"
echo "digest=$(docker image ls --format '{{.Digest}}' | head -n1)" > $GITHUB_OUTPUT
working-directory: hariko
env:
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:
brew install jaq
jaq --in-place ".version += \"-$(git rev-parse --abbrev-ref HEAD).$(git rev-parse HEAD)\"" package.json
docker buildx build --cache-from type=gha,scope=misskey --cache-to type=gha,scope=misskey,mode=max -t "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey" --push .
docker push "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-misskey"
echo "digest=$(docker image ls --format '{{.Digest}}' | head -n1)" > $GITHUB_OUTPUT
working-directory: misskey
env:
Expand Down

0 comments on commit beb7d80

Please sign in to comment.