Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u authored Feb 15, 2024
1 parent 8b676bb commit ca83cfb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build -x test

- name: docker image build
run: docker build -t hysong4u/comma .
# - name: docker image build
# run: docker build -t hysong4u/comma .

- name: Docker Hub 로그인
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PW: ${{ secrets.DOCKERHUB_PW }}
run: docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PW
# - name: Docker Hub 로그인
# env:
# DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
# DOCKERHUB_PW: ${{ secrets.DOCKERHUB_PW }}
# run: docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PW

- name: docker Hub push
run: docker push hysong4u/comma
# - name: docker Hub push
# run: docker push hysong4u/comma

dependency-submission:

Expand Down

0 comments on commit ca83cfb

Please sign in to comment.