Skip to content

Commit 0e0a962

Browse files
authored
Merge pull request #97 from ntnn/docker-hub-readme-update
2 parents 71e2643 + 5b79c33 commit 0e0a962

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/image-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,10 @@ jobs:
9797
push: true
9898
platforms: linux/amd64,linux/arm64,linux/arm/v7
9999
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

Comments
 (0)