Skip to content

Commit cb46fa4

Browse files
committed
Update day 47
1 parent c382c2b commit cb46fa4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
22.4 KB
Loading

content/post/DevCourse/day-47/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ steps:
189189

190190
3. Docker Build & Push 자동화
191191

192+
- repository settings -> secrets & variables -> Actions 에서 로그인 정보 (ID/PW) 저장하고 가져와서 사용할 수 있다.
193+
- ${{secrets.DOCKER_USER}} 형식으로 불러올 수 있으며, 파일에서 사용할 땐 `env`에서 지정하거나, 바로 사용할 수도 있다.
194+
195+
![](image-8.png)
196+
192197
```yaml
193198
- name: Login to the Docker Hub
194199
env:

0 commit comments

Comments
 (0)