[CI] Fix incorrect syntax
Some checks failed
Create and publish container / build_container (push) Failing after 5s
Some checks failed
Create and publish container / build_container (push) Failing after 5s
This commit is contained in:
@@ -11,5 +11,5 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
- name: Build and upload image
|
- name: Build and upload image
|
||||||
run: |
|
run: |
|
||||||
docker login -u ${{ variables.REGISTRY_USER_USERNAME }} -p ${{ secrets.REGISTRY_USER_PASSWORD }}
|
docker login -u ${{ vars.REGISTRY_USER_USERNAME }} -p ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
./build-image.sh ${{ variables.REGISTRY_URL }}
|
./build-image.sh ${{ vars.REGISTRY_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user