Skip to content

Commit

Permalink
ci: remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 23, 2024
1 parent c4d5fbe commit e543b32
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 @@ -60,7 +60,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: crazy-max/ghaction-github-runtime@v3.0.0
- id: build
run: |
docker build -t "ghcr.io/misskey-dev/0key.dev:$GITHUB_REF_NAME-hariko" .
Expand Down Expand Up @@ -88,7 +87,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: Homebrew/actions/setup-homebrew@master
- uses: crazy-max/ghaction-github-runtime@v3.0.0
- id: build
run: |
head=$(git rev-parse HEAD)
Expand Down

0 comments on commit e543b32

Please sign in to comment.