Fix secrets
Build and push / build (push) Successful in 6m56s Details

This commit is contained in:
Adam Štrauch 2023-09-19 14:11:23 +02:00
parent b2a12343a0
commit 76fa2b63f5
Signed by: cx
GPG Key ID: 7262DAFE292BCE20
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ jobs:
env:
REGISTRY: harbor.rosti.cz
USERNAME: robot_library+lib
PASSWORD:
from_secret: REGISTRY_TOKEN
PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
run: |
docker login -u "$USERNAME" -p "$PASSWORD" $REGISTRY
- name: Build