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.
1 parent b857663 commit 64776fdCopy full SHA for 64776fd
.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: CI
3
on:
4
pull_request:
5
workflow_dispatch:
6
- release:
7
8
env:
9
REGISTRY: ghcr.io
.github/workflows/deploy.yml
@@ -14,13 +14,6 @@ on:
14
description: Was the build triggered
15
required: false
16
default: true
17
- workflow_run:
18
- workflows:
19
- - CI
20
- tags:
21
- - 'v[0-9]+.[0-9]+.[0-9]+*'
22
- types:
23
- - completed
24
25
26
DEFAULT_JAVA_VERSION: 17
@@ -124,3 +117,9 @@ jobs:
124
117
-PdockerTags=$DOCKER_TAGS
125
118
--imageName=$IMAGE:$CLOUD_CONFIG_BUILD_VERSION-$SHORT_SHA-$JAVA
126
119
--publishImage
120
+ - name: Update Docker Hub README
121
+ if: env.REGISTRY == 'docker.io'
122
+ uses: meeDamian/[email protected]
123
+ with:
+ pass: ${{ secrets.DOCKER_PASS }}
+ description: true
0 commit comments