Skip to content

Commit f3e45cd

Browse files
committed
test1
1 parent a96973e commit f3e45cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
context: . # Dockerfile이 있는 디렉토리
2525
push: true # 이미지를 Docker Hub에 푸시
2626
tags: |
27-
your-docker-username/Practice:latest
28-
your-docker-username/Practice:${{ github.sha }}
27+
your-docker-username/practice:latest
28+
your-docker-username/practice:${{ github.sha }}

0 commit comments

Comments
 (0)