This commit is contained in:
2023-11-19 01:23:24 +01:00
parent 8a1f5b8cf3
commit c50389de30

View File

@@ -42,7 +42,7 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN_GIT }}
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
- name: Print Gitea runner tag
run: echo ${{ gitea.run_id }}
run: echo ${{ gitea.event.release.tag_name }}
# - name: Login to Docker private registry
# uses: docker/login-action@v3
# with: