ci: fix build.yaml

This commit is contained in:
Jan Novak
2026-01-08 15:35:07 +01:00
parent f068a6b4e8
commit 04f04f7536

View File

@@ -20,7 +20,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Login to Gitea registry - name: Login to Gitea registry
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login -u ${{ github.actor }} --password-stdin gitea.home.hrajfrisbee.cz
- name: Build and push - name: Build and push
run: | run: |
TAG=${{ github.ref_name }} TAG=${{ github.ref_name }}