We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd12431 commit 8f9b34aCopy full SHA for 8f9b34a
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,6 @@ on:
11
- deploy/**
12
- build.gradle
13
- gradle.properties
14
- - .pre-commit-config.yaml
15
16
jobs:
17
build:
@@ -114,7 +113,7 @@ jobs:
114
113
uses: peter-evans/dockerhub-description@v4
115
with:
116
readme-filepath: Docker-README.md
117
- repository: romanowalex/openapi-generation
+ repository: romanowalex/servers
118
username: ${{ secrets.DOCKER_HUB_USERNAME }}
119
password: ${{ secrets.DOCKER_HUB_TOKEN }}
120
short-description: ${{ github.event.repository.description }}
0 commit comments