Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4a421f1

Browse files
committed
Correct workflow docker login
1 parent 6c76e37 commit 4a421f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v1
1111

12+
- name: Login to docker
13+
run: docker login docker.pkg.github.com -u github-actions -p ${{ secrets.GITHUB_TOKEN }}
14+
1215
- name: Build Images & Run Queries
1316
run: cd courses/cpp/ctf-segv && ../../../scripts/test-course-actual.sh
1417
test-courses-cpp-ctf-segv-latest:
@@ -17,8 +20,5 @@ jobs:
1720
- name: Checkout
1821
uses: actions/checkout@v1
1922

20-
- name: Login to docker
21-
run: docker login docker.pkg.github.com -u github-actions -p ${{ secrets.GITHUB_TOKEN }}
22-
2323
- name: Build Images & Run Queries
2424
run: cd courses/cpp/ctf-segv && ../../../scripts/test-course-latest.sh

0 commit comments

Comments
 (0)