Skip to content

Commit

Permalink
Adding BuildX
Browse files Browse the repository at this point in the history
  • Loading branch information
moonraker595 committed Sep 2, 2024
1 parent 6def9ab commit d61033b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Build native executable and run tests
run: ./mvnw package -Dnative -Dquarkus.native.container-build=true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
install: true
driver: docker-container

- name: Login to Harbor
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit d61033b

Please sign in to comment.