[CI] Fix incorrect syntax
Some checks failed
Create and publish container / build_container (push) Failing after 5s

This commit is contained in:
2025-12-22 17:55:44 +01:00
parent 15c34ae2c0
commit 9580183bcf

View File

@@ -11,5 +11,5 @@ jobs:
ref: main
- name: Build and upload image
run: |
docker login -u ${{ variables.REGISTRY_USER_USERNAME }} -p ${{ secrets.REGISTRY_USER_PASSWORD }}
./build-image.sh ${{ variables.REGISTRY_URL }}
docker login -u ${{ vars.REGISTRY_USER_USERNAME }} -p ${{ secrets.REGISTRY_USER_PASSWORD }}
./build-image.sh ${{ vars.REGISTRY_URL }}