Skip to content

Commit

Permalink
test image building ci job 2nd time
Browse files Browse the repository at this point in the history
  • Loading branch information
simonycj committed Apr 9, 2024
1 parent 5f4d73b commit 107c84f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DOCKER_USERNAME: ${{ secrets.ALIYUN_REGISTRY_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.ALIYUN_REGISTRY_PASSWORD }}
run: |
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin registry.cn-shanghai.aliyuncs.com
- name: Run buildx
run: |
Expand Down
1 change: 0 additions & 1 deletion pkg/database/faker.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func (db *Faker) DeleteCourse(name string) error {
}

// implements IDataBaseCourse lists all courses
// add a comment for image building test
func (db *Faker) ListCourses() (xCourseV1.CourseList, error) {
result := xCourseV1.CourseList{}
result.Kind = "List"
Expand Down

0 comments on commit 107c84f

Please sign in to comment.