Skip to content

Commit

Permalink
Merge pull request #1940 from FCP-INDI/bugfix/deploy_dockerhub
Browse files Browse the repository at this point in the history
🐛 Pull ghcr.io release image
  • Loading branch information
sgiavasis authored May 24, 2023
2 parents bfa1ccd + fe9309a commit 2a9750c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_Docker_Hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TAG1=release-${{ github.ref_name }}$VARIANT
DOCKER_TAG=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
echo "original tag: ${DOCKER_TAG}:${TAG1}"
docker pull ${DOCKER_TAG}:${TAG1}
docker tag ${DOCKER_TAG}:${TAG1} fcpindi/c-pac:${TAG1}
docker push fcpindi/c-pac:${TAG1}
if [[ ${{ github.ref_name }} =~ ${TAG_PATTERN} ]]
Expand Down

0 comments on commit 2a9750c

Please sign in to comment.