[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
|
||||
- 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 }}
|
||||
|
||||
Reference in New Issue
Block a user