We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5292b2a commit c1e6efaCopy full SHA for c1e6efa
.github/workflows/docker.yml
@@ -73,7 +73,7 @@ jobs:
73
74
readme:
75
name: Update DockerHub Description
76
- if: ${{ github.short_ref == 'main' }}
+ if: ${{ github.ref_name == 'main' }}
77
runs-on: ubuntu-latest
78
needs: build
79
steps:
0 commit comments