chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 5affc6bb04 - Show all commits
+6 -1
View File
@@ -13,7 +13,12 @@ jobs:
env:
DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }}
COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services
COMPOSE_SERVICE_NAME: $${ ${{ gitea.repository }}##*/ }
COMPOSE_SERVICE_NAME: ${{ gitea.repository ##*/ }}
steps:
- run: |
echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME
recover:
steps:
- name: The job has failed
if: ${{ failure() }}