We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b6ce0 + a27bdfc commit f1ba3b7Copy full SHA for f1ba3b7
1 file changed
.github/workflows/deploy.yml
@@ -13,16 +13,6 @@ jobs:
13
steps:
14
- name: Checkout source code
15
uses: actions/checkout@v4
16
-
17
- - name: Set up JDK 17
18
- uses: actions/setup-java@v3
19
- with:
20
- java-version: '17'
21
- distribution: 'corretto'
22
- cache: maven
23
24
- - name: Build with Maven
25
- run: mvn clean package -DskipTests
26
27
- name: Build image
28
uses: ./.github/actions/docker-build-or-tag
0 commit comments