소스 검색

Set context to root dir

Mark Szepieniec 3 년 전
부모
커밋
15d364d407
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/docker-update.yml

+ 1 - 1
.github/workflows/docker-update.yml

@@ -45,7 +45,7 @@ jobs:
       - name: Build and Push to GitHub Packages
         uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
         with:
-          context: .docker
+          context: .
           file: .docker/resume.dockerfile
           push: true
           tags: ${{ steps.meta.outputs.tags }}