Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 8870903

Browse files
committed
Update gha
1 parent 4c0d779 commit 8870903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: "Check out repository code"
4040
uses: "actions/checkout@v3"
41+
- name: "Login to ghcr.io"
42+
run: "echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u USERNAME --password-stdin"
4143
- name: "Pull the image"
4244
run: "make tag=${{ github.ref_name }} pull"
4345
- name: "Run tests"

0 commit comments

Comments
 (0)