Skip to content

Commit

Permalink
ci: remove docker cache actions for I could not understand how to use…
Browse files Browse the repository at this point in the history
… 'em
  • Loading branch information
mickamy committed Jan 1, 2024
1 parent cd87a77 commit c62c10c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: make change-lang LANG=$ISHOCON_APP_LANG
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5.1.0
with:
context: ./docker/app/${{ env.ISHOCON_APP_LANG }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ github.actor }}/ishocon2-app-${{ env.ISHOCON_APP_LANG }}:latest
- run: make build
timeout-minutes: 5
- run: make up bench
Expand Down

0 comments on commit c62c10c

Please sign in to comment.