fix: 6
This commit is contained in:
@@ -22,6 +22,8 @@ jobs:
|
|||||||
echo ${{ secrets.REGISTRY_PASS }} | \
|
echo ${{ secrets.REGISTRY_PASS }} | \
|
||||||
docker login $REGISTRY \
|
docker login $REGISTRY \
|
||||||
-u ${{ secrets.REGISTRY_USER }} --password-stdin
|
-u ${{ secrets.REGISTRY_USER }} --password-stdin
|
||||||
|
- name: Debug repo
|
||||||
|
run: echo ${{ github.repository }}
|
||||||
|
|
||||||
- name: Build i Push image
|
- name: Build i Push image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user