diff --git a/.github/workflows/templates.yml b/.github/workflows/templates.yml index cb57fe3cb..a48e7a4fe 100644 --- a/.github/workflows/templates.yml +++ b/.github/workflows/templates.yml @@ -35,6 +35,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - dockerfile: e2b.Dockerfile + file: e2b.Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/base:latest