Skip to content

Commit

Permalink
Remove an unnecessary step in building images
Browse files Browse the repository at this point in the history
We need not install libvips when building images
  • Loading branch information
louischan-oursky committed Jun 7, 2024
1 parent a711311 commit 7c3cff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
IMAGE_NAME: authgear-portal
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/libvips
- run: make build-image TARGET=$TARGET IMAGE_NAME=$IMAGE_NAME
- run: make tag-image IMAGE_NAME=$IMAGE_NAME
- uses: docker/login-action@v2
Expand Down Expand Up @@ -169,7 +168,6 @@ jobs:
IMAGE_NAME: authgear-server
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/libvips
- run: make build-image TARGET=$TARGET IMAGE_NAME=$IMAGE_NAME
- run: make tag-image IMAGE_NAME=$IMAGE_NAME
- uses: docker/login-action@v2
Expand Down

0 comments on commit 7c3cff9

Please sign in to comment.