Skip to content

Commit 5cf7d1b

Browse files
committed
add docker login
1 parent d77d07a commit 5cf7d1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/attest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
18+
- name: Login to GitHub Container Registry
19+
uses: docker/login-action@v3
20+
with:
21+
registry: ghcr.io
22+
username: ${{ github.actor }}
23+
password: ${{ secrets.GITHUB_TOKEN }}
1824
- name: Attest
1925
uses: actions/attest@v1
2026
id: attest

0 commit comments

Comments
 (0)