Skip to content

chore: 배포 상태에서 컨테이너 삭제시 관련 이미지 삭제하도록 코드 추가 #77

chore: 배포 상태에서 컨테이너 삭제시 관련 이미지 삭제하도록 코드 추가

chore: 배포 상태에서 컨테이너 삭제시 관련 이미지 삭제하도록 코드 추가 #77

Workflow file for this run

name: test
on:
pull_request:
branches: [ main, develop ]
workflow_dispatch:
jobs:
test:
name: 테스트
runs-on: ubuntu-22.04
steps:
- name: 레포지토리를 체크아웃
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: JDK 21 설치
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
- name: 빌드 및 테스트
run: ./gradlew clean build