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

Commit cb9b4c7

Browse files
committed
Update GHA
1 parent 7979cbe commit cb9b4c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
steps:
4343
- name: "Check out repository code"
4444
uses: "actions/checkout@v3"
45-
- name: "Login to ghcr.io"
46-
run: "echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u USERNAME --password-stdin"
47-
- name: "Pull the image"
48-
run: "make tag=${{ github.ref_name }} pull"
4945
- name: "Run tests"
5046
run: "make test"
5147
deploy:

0 commit comments

Comments
 (0)