소스 검색

ci: adding the tag to the image as recomended by gitpod documentation

Klaus Hott 3 년 전
부모
커밋
fb44d10ea9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitpod.yml

+ 1 - 1
.gitpod.yml

@@ -1,4 +1,4 @@
-image: gitpod/workspace-node
+image: gitpod/workspace-node:2022-07-29-14-59-15
 
 tasks:
   - init: yarn install