text workflow

This commit is contained in:
2025-11-17 16:52:52 -05:00
parent 7ad47f37fc
commit ad5de2a44a

View File

@@ -10,7 +10,7 @@ steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to registry - name: Login to registry
run: echo ${{ secrets.GITEA_TOKEN }} | docker login git.shadowvault.eu -u ${{ gitea.actor }} --password-stdin run: echo ${{ secrets.GITEA_TOKEN }} | docker login git.shadowvault.eu -u ${{ gitea.actor }} --password-stdin
- name: Build and push - name: Build and push