We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96973e commit f3e45cdCopy full SHA for f3e45cd
1 file changed
.github/workflows/deploy.yml
@@ -24,5 +24,5 @@ jobs:
24
context: . # Dockerfile이 있는 디렉토리
25
push: true # 이미지를 Docker Hub에 푸시
26
tags: |
27
- your-docker-username/Practice:latest
28
- your-docker-username/Practice:${{ github.sha }}
+ your-docker-username/practice:latest
+ your-docker-username/practice:${{ github.sha }}
0 commit comments