Update docker-image.yml

This commit is contained in:
koke 2023-03-09 21:26:06 +09:00 committed by GitHub
parent d502258783
commit c5f17cc297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
with:
registry: ${{ env.DOCKER_REGISTRY_NAME }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} # github.token
password: ${{ github.token }} # github.token
- name: Extract metadata (tags, labels) for Docker
id: meta