From 7bf379ac4e665e56ca8b00402d8f0b6e2862a9af Mon Sep 17 00:00:00 2001
From: Chevdor <chevdor@users.noreply.github.com>
Date: Fri, 3 Dec 2021 18:13:45 +0100
Subject: [PATCH] Fix path of the polkadot_injected docker image (#4463)

---
 polkadot/.github/workflows/publish-docker-release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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