Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Karampis committed Sep 30, 2024
1 parent fee067a commit f96ad46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Quarkus Native Image and Push to Docker Hub
name: Build Quarkus Image and Push to Docker Hub

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

# Build Quarkus Native Image
- name: Build Quarkus Native Image
- name: Build Quarkus Image
run: |
mvn clean install package -DskipTests
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
<goal>build</goal>
<goal>generate-code</goal>
<goal>generate-code-tests</goal>
<goal>native-image-agent</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit f96ad46

Please sign in to comment.