mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
adding workflow for mr ref2
This commit is contained in:
parent
eaf6813468
commit
d86ebac35a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Build, tag, and push docker image to Amazon ECR
|
||||
env:
|
||||
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
|
||||
REPOSITORY: my-ecr-repo
|
||||
REPOSITORY: kpiasecki-spring-pet-clinic
|
||||
IMAGE_TAG: ${{ github.sha }}
|
||||
run: |
|
||||
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
|
||||
|
|
Loading…
Reference in a new issue