diff --git a/polkadot/.github/workflows/publish-docker-release.yml b/polkadot/.github/workflows/publish-docker-release.yml index 5576bbd990..437a90be20 100644 --- a/polkadot/.github/workflows/publish-docker-release.yml +++ b/polkadot/.github/workflows/publish-docker-release.yml @@ -30,7 +30,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true - file: scripts/docker/polkadot_injected_release.Dockerfile + file: scripts/dockerfiles/polkadot_injected_release.Dockerfile tags: | parity/polkadot:latest parity/polkadot:${{ github.event.release.tag_name }}