This commit is contained in:
2026-04-16 18:45:05 +02:00
parent be42214036
commit 62378bc23e

View File

@@ -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: |