Skip to content

Commit

Permalink
Update docker-gradle-poc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 31, 2024
1 parent 67c044c commit de7258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gradle-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

# Docker 이미지 빌드
- name: docker image build
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/hero-alignlab-api .
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/hero-alignlab-api

# DockerHub 로그인
- name: docker login
Expand Down

0 comments on commit de7258c

Please sign in to comment.