diff --git a/.github/workflows/webinstall.yaml b/.github/workflows/webinstall.yaml index 9a2728d02..77dbbcf0a 100644 --- a/.github/workflows/webinstall.yaml +++ b/.github/workflows/webinstall.yaml @@ -26,6 +26,6 @@ jobs: push: true tags: ghcr.io/unikraft/kraftkit/webinstall:latest platforms: linux/amd64 - file: ./tool/webinstall/Dockerfile + file: ./tools/webinstall/Dockerfile secrets: | GIT_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}