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.
1 parent 54ed131 commit 85abedbCopy full SHA for 85abedb
.github/workflows/docker.yml
@@ -97,7 +97,7 @@ jobs:
97
98
push_tags=""
99
for tag in ${tags}; do
100
- if [ "${{ secrets.DOCKERHUB_USERNAME }}" == "" ]; then
+ if [ "${{ secrets.DOCKERHUB_USERNAME }}" != "" ]; then
101
push_tags="${push_tags}${{ env.DOCKERHUB_ORG }}/${{ matrix.IMAGE }}:${tag},"
102
fi
103
push_tags="${push_tags}ghcr.io/${{ github.repository_owner }}/${{ matrix.IMAGE }}:${tag},"
0 commit comments