mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
added back in the login to ecr
This commit is contained in:
parent
28942a9cd6
commit
d0687987bb
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ jobs:
|
||||||
- name: Setup Docker
|
- name: Setup Docker
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
|
- name: Login to ECR
|
||||||
|
run: |
|
||||||
|
aws ecr get-login-password --region eu-west-2 | docker login --username AWS --password-stdin ${{ steps.set_ecr_credentials.outputs.ecr_uri }}
|
||||||
|
|
||||||
# Building and pushing Docker image with caching
|
# Building and pushing Docker image with caching
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue