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 12, 2024
1 parent 54a60d8 commit 819c687
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ jobs:
# Docker 이미지 Build
- name: docker image build
run: docker build -t hysong4u/comma .

- name: Docker Hub Login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: https://index.docker.io/v1/


# Docker Hub push
- name: docker Hub push
run: docker push hysong4u/comma
env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}

dependency-submission:

Expand Down

0 comments on commit 819c687

Please sign in to comment.