Skip to content

👷 ci: 도커파일 폰트 설치 수정 #49

👷 ci: 도커파일 폰트 설치 수정

👷 ci: 도커파일 폰트 설치 수정 #49

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.
name: Gradle Build and Deploy
on:
push:
branches-ignore: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GHP_TOKEN }}
submodules: true
- uses: actions/setup-java@v3
with:
java-version: '19'
distribution: 'temurin'
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.4.0
with:
gradle-version: release-candidate
cache-disabled: true
arguments: build --scan
- uses: actions/upload-artifact@v3
with:
name: build-reports
path: build/reports/