add deploy
Some checks failed
Deploy / deploy (push) Failing after 54s

This commit is contained in:
Nuno Duque Nunes 2026-05-18 04:23:49 +01:00
parent 12912acae2
commit b10108ce4f

View file

@ -19,15 +19,12 @@ jobs:
https://${{ secrets.REGISTRY_USER }}:${{ secrets.REGISTRY_PASSWORD }}@git.lan.krilio.net/nuno/test-app.git \
.
- name: Login to registry
- name: Build and push
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \
docker login git.lan.krilio.net \
-u ${{ secrets.REGISTRY_USER }} \
--password-stdin
- name: Build and push
run: |
docker build -t git.lan.krilio.net/nuno/test-app:prod .
docker push git.lan.krilio.net/nuno/test-app:prod