Update registry password to use the provided explicit token
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m56s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m56s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }} # Gitea 환경에서는 기본 제공되는 github.token을 사용해야 안전하게 인증됩니다.
|
||||
password: 18b8c375c76a07b9a6954bfdda794f5064dc6aa1
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user