Skip to content

Commit

Permalink
GPX-546 Support für gradle builds
Browse files Browse the repository at this point in the history
workflow für build hinzugefügt

Signed-off-by: fhochleitner <[email protected]>
  • Loading branch information
fhochleitner committed Jan 30, 2024
1 parent 3d7a94b commit a9b776a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,27 @@ jobs:
buildArgs: VERSION=${{ matrix.version }}
addLatest: true
tags: ${{ matrix.version }}
build-gradle:
runs-on: ubuntu-latest
strategy:
matrix:
version:
- 8.5-jdk11-alpine
steps:
- uses: actions/checkout@v4
name: checkout
- uses: mr-smithers-excellent/docker-build-push@v6
name: push-container-image
with:
image: gradle
registry: ghcr.io
username: ${{ github.repository }}
password: ${{ secrets.GHCR_TOKEN }}
dockerfile: gradle/Containerfile
directory: gradle
buildArgs: VERSION=${{ matrix.version }}
addLatest: true
tags: ${{ matrix.version }}
build-buildah:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit a9b776a

Please sign in to comment.