Merge pull request #203 from Hestia-Homes/main

added back in the login to ecr
This commit is contained in:
KhalimCK 2023-09-01 16:03:04 +01:00 committed by GitHub
commit 05d8542b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,10 @@ jobs:
- name: Setup Docker
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
- name: Build and push Docker image
uses: docker/build-push-action@v4