Change ghcr.io login

This commit is contained in:
2022-05-19 17:49:53 +01:00
committed by GitHub
parent bc53f36260
commit 99c80d7737
2 changed files with 92 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.IMAGE_OWNER }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.TOKEN_USER }}
password: ${{ secrets.TOKEN }}
- name: Build Docker Image
id: docker_build_x64
@@ -57,8 +57,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.IMAGE_OWNER }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.TOKEN_USER }}
password: ${{ secrets.TOKEN }}
- name: Build Docker Image
id: docker_build_arm64