Feat: Allow Deleting Account via JSON API #1

Merged
BloxerHD018 merged 6 commits from feat/deleteaccount into main 2025-11-04 22:01:00 +01:00
Showing only changes of commit a3d549aa2a - Show all commits

Fix Incorrect CI Stages

BloxerHD 2025-11-04 19:10:42 +00:00

View file

@ -29,7 +29,7 @@ build-and-push-image:
- podman push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
push-retagged-branch:
stage: push-retagged-latest
stage: push-retagged-branch
script:
- podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- podman pull "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
@ -39,7 +39,6 @@ push-retagged-branch:
- if: $CI_PIPELINE_SOURCE == "push"
when: on_success
push-retagged-latest:
stage: push-retagged-latest
script: