Skip to content

Commit d78cf8f

Browse files
committed
fix owner
1 parent 967989c commit d78cf8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-50_publish-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ jobs:
311311
# TODO: The owner should be used below but buildx does not resolve the VARs
312312
# TODO: It would be good to get rid of this GHA that we don't really need.
313313
tags: |
314-
egorpop/polkadot:${{ steps.fetch-data.outputs.stable }}
315-
egorpop/polkadot:latest
316-
egorpop/polkadot:${{ needs.fetch-latest-debian-package-version.outputs.polkadot_container_tag }}
314+
parity/polkadot:${{ steps.fetch-data.outputs.stable }}
315+
parity/polkadot:latest
316+
parity/polkadot:${{ needs.fetch-latest-debian-package-version.outputs.polkadot_container_tag }}
317317
build-args: |
318318
VCS_REF=${{ github.ref }}
319319
POLKADOT_VERSION=${{ needs.fetch-latest-debian-package-version.outputs.polkadot_apt_version }}

0 commit comments

Comments
 (0)