fix: use github.token for registry login
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
# 2. Gitea 도커 레지스트리(Packages)에 로그인 (터미널 명령어 방식)
|
||||
- name: Login to Gitea Registry
|
||||
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.savethenurse.com -u ${{ gitea.actor }} --password-stdin
|
||||
run: echo "${{ github.token }}" | docker login git.savethenurse.com -u ${{ github.actor }} --password-stdin
|
||||
|
||||
# 3. 도커 이미지 굽기
|
||||
- name: Build Docker Image
|
||||
|
||||
Reference in New Issue
Block a user