Skip to content

Commit

Permalink
fix: yml 수정:
Browse files Browse the repository at this point in the history
  • Loading branch information
yunuo46 committed Apr 30, 2024
1 parent d80978f commit bee7422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
- name: Set up Docker
uses: docker/setup-buildx-action@v3

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '21'

- name: Set up Gradle
uses: gradle/gradle-build-action@v3

- name: Login to ghcr
uses: docker/login-action@v3
with:
Expand All @@ -39,7 +30,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/yunuo46/getaguitar:latest

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMD ["./gradlew", "clean", "build"]

VOLUME /tmp

COPY ./build/libs/*.jar app.jar
COPY build/libs/*.jar app.jar

EXPOSE 3000

Expand Down

0 comments on commit bee7422

Please sign in to comment.