Skip to content

Commit

Permalink
Merge pull request #49 from 3dcitydb/actions-updates
Browse files Browse the repository at this point in the history
Actions and docker tag updates
  • Loading branch information
BWibo authored Dec 23, 2024
2 parents e894ae7 + 2709628 commit 5fc378a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-citydb-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
- name: Grant execute permission to Gradle
run: chmod +x ./gradlew
- name: Execute Gradle build
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build
cache-disabled: true
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
latest=${{ !github.event.release.prerelease }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
labels: |
maintainer=Bruno Willenborg
maintainer.email=b.willenborg(at)tum.de
Expand Down

0 comments on commit 5fc378a

Please sign in to comment.