We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526ba38 commit 594d0a8Copy full SHA for 594d0a8
1 file changed
.github/workflows/docker_publish.yml
@@ -24,4 +24,4 @@ jobs:
24
distribution: 'temurin'
25
26
- name: Build and Push with Jib
27
- run: mvn compile jib:build -Dsecret.id=${{ secrets.TENCENT_CLOUD_SECRET_ID }} -Dsecret.key=${{ secrets.TENCENT_CLOUD_SECRET_KEY }}
+ run: mvn compile jib:build -Dsecret.id=${{ secrets.DOCKER_CLOUD_SECRET_ID }} -Dsecret.key=${{ secrets.DOCKER_CLOUD_SECRET_KEY }}
0 commit comments