mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update docker-image.yml
This commit is contained in:
parent
f8ea5fc592
commit
bd2e2ff8e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
#image setup
|
||||
- name: Pull Docker image from GHCR
|
||||
run: docker pull ghcr.io/${{ github.repository }}/${{ needs.docker-build.outputs.docker_tag }}
|
||||
run: docker pull ${{ needs.docker-build.outputs.docker_tag }}
|
||||
|
||||
- name: Tag the image for ECR
|
||||
run: docker tag ${{ needs.docker-build.outputs.docker_tag }} ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/spring-petclinic:latest
|
||||
|
|
Loading…
Reference in a new issue