Update publish-release.yml

This commit is contained in:
Adel Salakh 2025-05-14 23:27:22 +02:00 committed by GitHub
parent 57e2ff3694
commit 239d42d629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ jobs:
- name: Build images
run: make build-docker-all
env:
REGISTRY: ${{ vars.ECR_REGISTRY }}
- name: Push images
run: make push-docker-all