chore: fixing relative path

This commit is contained in:
blam
2020-07-09 01:02:34 +02:00
parent f9a51d0a28
commit 69dae11ea7
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: docker/build-push-action@v1.1.0
with:
path: plugins/scaffolder-backend/scripts
dockerfile: Cookiecutter.dockerfile
dockerfile: ./Cookiecutter.dockerfile
registry: docker.pkg.github.com
repository: ${{ github.repository }}/cookiecutter
username: ${{ github.actor }}