Parcourir la source

properly specify docker build context

Mark Szepieniec il y a 3 ans
Parent
commit
ced7cc2c76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: ./.docker
           file: resume.dockerfile
           push: true
           tags: ${{ steps.meta.outputs.tags }}