Co-authored-by:
CI / test (push) Has been cancelled

This commit is contained in:
2026-07-11 15:10:06 +03:00
parent 899341d26d
commit 936a99cc07
5 changed files with 48 additions and 0 deletions
+9
View File
@@ -89,5 +89,14 @@ jobs:
TAG="sha-${GITHUB_SHA:0:12}"
docker tag eventhub:latest "${REGISTRY}/eventhub:${TAG}"
docker tag eventhub:latest "${REGISTRY}/eventhub:ift"
docker tag eventhub:latest "${REGISTRY}/eventhub:dev"
bash scripts/retry-docker-build.sh 5 30 -- docker push "${REGISTRY}/eventhub:${TAG}"
bash scripts/retry-docker-build.sh 5 30 -- docker push "${REGISTRY}/eventhub:ift"
bash scripts/retry-docker-build.sh 5 30 -- docker push "${REGISTRY}/eventhub:dev"
- name: Prune old registry images
if: github.event_name == 'push'
env:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
run: bash scripts/run-registry-prune.sh