Explorar o código

point to correct dockerfile

Mark Szepieniec %!s(int64=3) %!d(string=hai) anos
pai
achega
db3c6f77c1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/docker-update.yml

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

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