-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker] Add GitHub Action for building and publishing Docker images …
…to GHCR (#1264) - Add a GitHub Action for manual triggering to build Docker images from specified Git tags. - The workflow checks out the repository, validates the tag, builds images using a specified script, and pushes them to the GitHub Container Registry. Verification steps confirm successful image creation and include metadata annotations. - Upgrade GitHub Actions dependencies: - actions/upload-artifact from v3 to v4. - actions/setup-java from v3 to v4. - Replaced gradle/gradle-build-action@v2 with gradle/actions/setup-gradle@v3. - Upgraded gradle/wrapper-validation-action@v1 to gradle/actions/wrapper-validation@v3. - Upload unit test artifacts for each JDK in a separate file.
- Loading branch information
1 parent
b0eb29e
commit f18db1c
Showing
14 changed files
with
425 additions
and
262 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
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
Oops, something went wrong.