Skip to content

Commit 83991af

Browse files
committed
login to ghcr
1 parent 6eece24 commit 83991af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push-to-ecr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
id: login-ecr
2424
uses: aws-actions/amazon-ecr-login@v1
2525

26+
- name: Log in to the Github Container registry
27+
uses: docker/login-action@v2
28+
with:
29+
registry: ${{ env.REGISTRY }}
30+
username: ${{ github.actor }}
31+
password: ${{ secrets.GITHUB_TOKEN }}
32+
2633
- name: Set up Docker Buildx
2734
uses: docker/setup-buildx-action@v3
2835

0 commit comments

Comments
 (0)