mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
various fixes...
This commit is contained in:
parent
2ae475de74
commit
9fb575e6d9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gradle-build.yml
vendored
2
.github/workflows/gradle-build.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./gradlew test
|
run: ./gradlew test
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build -x test -x checkstyleMain -x checkstyleAot
|
run: ./gradlew build -x test -x processTestAot -x checkstyleMain -x checkstyleAot
|
||||||
|
|
||||||
docker_build:
|
docker_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -3,7 +3,7 @@ ARG VERSION undefined
|
||||||
ENV VERSION=$VERSION
|
ENV VERSION=$VERSION
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./gradlew build -x test -x checkstyleAot -x checkstyleMain -Pversion=$VERSION
|
RUN ./gradlew build -x test -x processTestAot -x checkstyleAot -x checkstyleMain -Pversion=$VERSION
|
||||||
|
|
||||||
FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f402a8edcee2b
|
FROM eclipse-temurin@sha256:e90e0d654765ab3ae33f5c5155daafa4a907d0d738ce98c3be8f402a8edcee2b
|
||||||
ENV PORT 8080
|
ENV PORT 8080
|
||||||
|
|
Loading…
Reference in a new issue