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 71e2643 + 5b79c33 commit 0e0a962Copy full SHA for 0e0a962
.github/workflows/image-build.yml
@@ -97,3 +97,10 @@ jobs:
97
push: true
98
platforms: linux/amd64,linux/arm64,linux/arm/v7
99
build-args: ${{ matrix.args }}
100
+
101
+ - uses: peter-evans/dockerhub-description@v5
102
+ if: ${{ github.repository == 'ntnn/docker-imapfilter' && github.ref == 'refs/heads/main' }}
103
+ with:
104
+ repository: ntnn/imapfilter
105
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
106
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments