Skip to content

Commit

Permalink
[hotfix] gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bangyewon authored Jan 16, 2025
1 parent acba9e0 commit ec70371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: read


jobs:
build-docker-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
run: sudo docker run --name github-actions-demo --rm -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/github-actions-demo

- name: Clean up old Docker images
run: sudo docker system prune -f
run: sudo docker system prune -f

0 comments on commit ec70371

Please sign in to comment.