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