mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update aws.yml
This commit is contained in:
parent
d0efa2ffa3
commit
acfeb741bc
1 changed files with 7 additions and 0 deletions
7
.github/workflows/aws.yml
vendored
7
.github/workflows/aws.yml
vendored
|
@ -23,6 +23,13 @@ jobs:
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
uses: aws-actions/amazon-ecr-login@v1
|
uses: aws-actions/amazon-ecr-login@v1
|
||||||
|
|
||||||
|
- name: Docker Login
|
||||||
|
uses: docker/login-action@v3.1.0
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Pull image from GHCR
|
- name: Pull image from GHCR
|
||||||
run: docker pull ghcr.io/${{ github.repository }}/spring-petclinic:latest
|
run: docker pull ghcr.io/${{ github.repository }}/spring-petclinic:latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue