diff --git a/polkadot/.github/workflows/publish-docker-release.yml b/polkadot/.github/workflows/publish-docker-release.yml
index 5576bbd9904fa3c82912e653dcebf8ff0381718d..437a90be2003290da9eaf8fd6d334bd4e530861b 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 }}