This commit is contained in:
skeris 2024-12-04 01:00:21 +03:00
parent e9be646810
commit 953520ba19

@ -32,7 +32,7 @@ jobs:
- run: ps -p$PPID
- name: set lower case repository
run: |
echo "REPOSITORY_LC=${REPOSITORY,,}" >>${GITEA_ENV}
REPO=$(echo "$string" | tr '[:upper:]' '[:lower:]') && echo "REPOSITORY_LC=${REPO}" >>${GITEA_ENV}
env:
REPOSITORY: '${{ gitea.repository }}'
- run: podman build -t gitea.pena/${{ env.REPOSITORY_LC }}/${{ gitea.ref_name }}:${{ gitea.run_id }} .