Skip to content

Commit

Permalink
ci: action should keep up-to-date (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Jan 5, 2023
1 parent 1ed3a9c commit d3c6e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check license headers
uses: ./distribution/action
- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -79,14 +77,16 @@ jobs:
context: .
file: ./Dockerfile
load: true
tags: hawkeye:latest
tags: hawkeye:latest,ghcr.io/korandoru/hawkeye:latest
- name: Build hawkeye-native
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile.native
load: true
tags: hawkeye-native:latest
tags: hawkeye-native:latest,ghcr.io/korandoru/hawkeye-native:latest
- name: Check license headers
uses: ./distribution/action
- name: Run sanity checks
run: |
docker run --rm -v $(pwd):/github/workspace hawkeye:latest check --config licenserc.toml
Expand Down

0 comments on commit d3c6e7e

Please sign in to comment.