Skip to content

Commit 42c560c

Browse files
Use tool build for docker image
Issues: IN-606
1 parent 660cdc7 commit 42c560c

2 files changed

Lines changed: 7 additions & 59 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
name: Snapshot
22

3-
# This build process is triggered in case changes are being pushed to the master branch.
4-
# This process takes the latest master changes, build and test the new version and finally publish the artifacts
5-
# to the Central Maven SNAPSHOT Repository.
6-
73
on:
84
push:
95
branches: [ master]
106

117
jobs:
12-
call-snapshot:
8+
call-tool-snapshot:
139
name: 🏭
14-
uses: cip4/.github/.github/workflows/library-snapshot.yml@master
10+
uses: cip4/.github/.github/workflows/tool-snapshot.yml@master
1511
with:
16-
java-version: 11
12+
apple-bundle-id: org.cip4.jdfutility
1713
codecov-enabled: true
18-
secrets:
19-
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
20-
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
21-
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
22-
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
23-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
14+
docker-build: true
15+
java-version: 17
16+
java-distribution: 'temurin'
17+
secrets: inherit

.github/workflows/toolbox-publish.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)