Update publish-release.yml
This commit is contained in:
parent
57e2ff3694
commit
239d42d629
|
|
@ -115,6 +115,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build images
|
- name: Build images
|
||||||
run: make build-docker-all
|
run: make build-docker-all
|
||||||
|
env:
|
||||||
|
REGISTRY: ${{ vars.ECR_REGISTRY }}
|
||||||
|
|
||||||
- name: Push images
|
- name: Push images
|
||||||
run: make push-docker-all
|
run: make push-docker-all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue