This commit is contained in:
2025-09-07 20:18:24 +03:00
parent 1614c3fedf
commit e8b9261775

View File

@@ -21,6 +21,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: verify
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
@@ -36,6 +37,8 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with: