feat(gradle): update dockerfile

This commit is contained in:
2025-10-07 21:49:30 +07:00
parent ef14f53213
commit eb028c8ee1
3 changed files with 86 additions and 27 deletions
+4
View File
@@ -6,6 +6,7 @@ on:
- 'main'
paths:
- 'gradle-8/**'
- '.github/workflows/publish-gradle-8.yml'
workflow_dispatch:
jobs:
@@ -41,6 +42,9 @@ jobs:
images: |
${{ secrets.DOCKER_USERNAME }}/gradle-8
ghcr.io/${{ github.actor }}/gradle-8
tags: |
type=raw,value=latest
type=raw,value=8.13
- name: Build and push Docker images
id: push