We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a37fbd9 + 2a9750c commit 74c3ec9Copy full SHA for 74c3ec9
.github/workflows/deploy_to_Docker_Hub.yml
@@ -32,6 +32,7 @@ jobs:
32
TAG1=release-${{ github.ref_name }}$VARIANT
33
DOCKER_TAG=$(echo "ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
34
echo "original tag: ${DOCKER_TAG}:${TAG1}"
35
+ docker pull ${DOCKER_TAG}:${TAG1}
36
docker tag ${DOCKER_TAG}:${TAG1} fcpindi/c-pac:${TAG1}
37
docker push fcpindi/c-pac:${TAG1}
38
if [[ ${{ github.ref_name }} =~ ${TAG_PATTERN} ]]
0 commit comments