ich dreh am login
Some checks failed
Build and Deploy Spring Boot Server / build (push) Failing after 9m57s

This commit is contained in:
Cedric Hornberger
2025-01-11 11:58:07 +01:00
parent 0b624f1562
commit e12e8067ce

View File

@@ -47,7 +47,7 @@ jobs:
# 7. Docker login # 7. Docker login
- name: Login to Docker Registry - name: Login to Docker Registry
run: | run: |
run: echo "${{ secrets.TEAPASSWORD }}" | docker login tea.zendric.de -u ${{ secrets.TEAUSER }} --password-stdin echo "${{ secrets.TEAPASSWORD }}" | docker login tea.zendric.de -u ${{ secrets.TEAUSER }} --password-stdin
# 8. Push Docker image # 8. Push Docker image
- name: Push the Docker Image to registry - name: Push the Docker Image to registry
run: | run: |