Skip to content

Commit 2a9750c

Browse files
authored
Merge pull request #1940 from FCP-INDI/bugfix/deploy_dockerhub
🐛 Pull ghcr.io release image
2 parents bfa1ccd + fe9309a commit 2a9750c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_to_Docker_Hub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
TAG1=release-${{ github.ref_name }}$VARIANT
3333
DOCKER_TAG=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
3434
echo "original tag: ${DOCKER_TAG}:${TAG1}"
35+
docker pull ${DOCKER_TAG}:${TAG1}
3536
docker tag ${DOCKER_TAG}:${TAG1} fcpindi/c-pac:${TAG1}
3637
docker push fcpindi/c-pac:${TAG1}
3738
if [[ ${{ github.ref_name }} =~ ${TAG_PATTERN} ]]

0 commit comments

Comments
 (0)