Pipeline test update X
Some checks failed
CI/CD / test (push) Successful in 51s
CI/CD / build-push (push) Successful in 35s
CI/CD / deploy (push) Failing after 15s

This commit is contained in:
2026-04-12 11:23:34 +02:00
parent 84b98cd913
commit 42a48f342e

View File

@@ -48,7 +48,7 @@ jobs:
- name: Log in to Gitea registry
run: |
echo "${{ secrets.GITEA_TOKEN }}" | \
echo "${{ secrets.MY_GITEA_CI_TOKEN }}" | \
docker login ${{ env.REGISTRY }} -u ${{ gitea.actor }} --password-stdin
- name: Build and push image
@@ -78,7 +78,7 @@ jobs:
- name: Log in to Gitea registry
run: |
echo "${{ secrets.GITEA_TOKEN }}" | \
echo "${{ secrets.MY_GITEA_CI_TOKEN }}" | \
docker login ${{ env.REGISTRY }} -u ${{ gitea.actor }} --password-stdin
- name: Sync files and restart EMS