We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a1e4 commit 0524c6cCopy full SHA for 0524c6c
1 file changed
.github/workflows/publish.yaml
@@ -10,6 +10,12 @@ jobs:
10
packages: write
11
id-token: write
12
steps:
13
+ - name: Login to GitHub Container Registry
14
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
15
+ with:
16
+ registry: ghcr.io
17
+ username: ${{ github.repository_owner }}
18
+ password: ${{ secrets.GITHUB_TOKEN }}
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
with:
21
ref: main
0 commit comments