fix: explicit registry url
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Login u Gitea registry
|
- name: Login u Gitea registry
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.REGISTRY_PASS }} | \
|
echo ${{ secrets.REGISTRY_PASS }} | \
|
||||||
docker login $REGISTRY \
|
docker login git.fpmoz.sum.ba \
|
||||||
-u ${{ secrets.REGISTRY_USER }} --password-stdin
|
-u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||||
|
|
||||||
- name: Build i Push image
|
- name: Build i Push image
|
||||||
|
|||||||
Reference in New Issue
Block a user