Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
BC-6810 - next try to build docker image who cann run
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Mar 14, 2024
1 parent aa6b986 commit bf4da54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21' # See 'Options' section below for all supported versions
distribution: 'graalvm' # See 'Options' section below for all available distributions
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: build
run: |
./mvnw install -Dnative
./mvnw package -Dnative -Dquarkus.native.container-build=true
- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bf4da54

Please sign in to comment.