Skip to content

Commit

Permalink
try to fix publish-docker-image-description (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored Nov 15, 2023
1 parent 54eb4cd commit ee12b29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ bridges-common-relay:
# Publish Docker images description to hub.docker.com

.publish-docker-image-description:
<<: *kubernetes-build
stage: publish-docker-description
image: paritytech/dockerhub-description
variables:
Expand All @@ -362,8 +363,6 @@ bridges-common-relay:
script:
- export DOCKERHUB_REPOSITORY="paritytech/${CI_JOB_NAME:10}"
- cd / && sh entrypoint.sh
tags:
- linux-docker

dockerhub-substrate-relay:
extends: .publish-docker-image-description
Expand Down

0 comments on commit ee12b29

Please sign in to comment.