ci/cd - fix syntax error in test core wf

This commit is contained in:
florian 2023-05-15 13:12:17 +02:00
parent e5e336c4f3
commit 5f668aecaa
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
# Prepare
- name: Checkout source code
uses: actions/checkout@v3
- name: Login to private repository
- name: Login to private repository
uses: docker/login-action@v2
with:
registry: ${{ secrets.PRIVATE_REGISTRY }}