Skip to content

Commit

Permalink
feat: docker build and push script 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 14, 2024
1 parent 22e6cfa commit 8791c05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
run: chmod +x ./gradlew
shell: bash

- name: Build with Gradle # and Test
run: ./gradlew clean build -x test #./gradlew build test
- name: Build with Gradle
run: ./gradlew clean build

- name: Make zip file
run: zip -r ./$GITHUB_SHA.zip .
shell: bash
# - name: Make zip file
# run: zip -r ./$GITHUB_SHA.zip .
# shell: bash

- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit 8791c05

Please sign in to comment.