ci(rest): fix rest proxy image registry (#2978)

This commit is contained in:
ITOH
2023-04-06 00:09:44 +02:00
committed by GitHub
parent 51fd668dfb
commit 25fd78b93e

View File

@@ -64,7 +64,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: discordeno
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image