Skip to content

Commit 521b1e4

Browse files
fix: login to github registry
Signed-off-by: Carlos Feria <[email protected]>
1 parent 4f520d1 commit 521b1e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-e2e-template.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
check-images:
5555
runs-on: ubuntu-latest
5656
steps:
57+
- name: Log in to registry
58+
uses: redhat-actions/podman-login@main
59+
with:
60+
username: ${{ github.actor }}
61+
password: ${{ secrets.GITHUB_TOKEN }}
62+
registry: ghcr.io
63+
5764
- name: Download artifact
5865
if: "${{ inputs.artifact != '' }}"
5966
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)