forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Add documentation for docker image github actions (apache#14952)
Reviewers: Manikumar Reddy <[email protected]>
- Loading branch information
1 parent
522c286
commit e610767
Showing
3 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,16 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: Promote RC Docker Image | ||
name: Promote Release Candidate Docker Image | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
rc_docker_image: | ||
description: RC docker image that needs to be promoted to apache/kafka | ||
description: RC docker image that needs to be promoted (Example:- apache/kafka:3.6.0-rc0) | ||
required: true | ||
promoted_docker_image: | ||
description: Docker image name of the promoted image | ||
description: Docker image name of the promoted image (Example:- apache/kafka:3.6.0) | ||
required: true | ||
|
||
jobs: | ||
|
@@ -33,7 +33,7 @@ jobs: | |
- name: Login to Docker Hub | ||
uses: docker/login-action@v3 | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
username: ${{ secrets.DOCKERHUB_USER }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
- name: Copy RC Image to apache/kafka | ||
uses: imjasonh/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters