From bd4cfb5e9d6bf490fc37d3c10717a0619f6a27fc Mon Sep 17 00:00:00 2001 From: Shoma Kokuryo Date: Sat, 7 May 2022 09:40:06 +0900 Subject: [PATCH] fix docker image on bitbucket pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6c357b9..e5953db 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ definitions: - bash bin/upload_bitbucket.sh services: - docker -image: pddg/latex:3.0.0 +image: ghcr.io/pddg/latex:3.0.0 pipelines: branches: master: