浏览代码

specify full path for dockerfile

Mark Szepieniec 3 年之前
父节点
当前提交
6c722f4752
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/docker-update.yml

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

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