Skip to content

Commit

Permalink
Bump GitHub Action java-workflows to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jun 13, 2024
1 parent a1fbe1c commit 6a269e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yml@v1
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v2
with:
files: build/libs/dtm.war
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ permissions:

jobs:
build:
uses: jeffersonlab/java-workflows/.github/workflows/unit-ci.yml@v1
uses: jeffersonlab/java-workflows/.github/workflows/unit-ci.yaml@v2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ The [server](https://github.com/JeffersonLab/wildfly/blob/main/scripts/server-se

## Release
1. Bump the version number in the VERSION file and commit and push to GitHub (using [Semantic Versioning](https://semver.org/)).
2. The [CD](https://github.com/JeffersonLab/dtm/blob/main/.github/workflows/cd.yml) GitHub Action should run automatically invoking:
- The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release.
- The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yml) GitHub Action to create a new demo Docker image, and bump the [compose.override.yaml](https://github.com/JeffersonLab/dtm/blob/main/compose.override.yaml) to use the new image.
2. The [CD](https://github.com/JeffersonLab/dtm/blob/main/.github/workflows/cd.yaml) GitHub Action should run automatically invoking:
- The [Create release](https://github.com/JeffersonLab/java-workflows/blob/main/.github/workflows/gh-release.yaml) GitHub Action to tag the source and create release notes summarizing any pull requests. Edit the release notes to add any missing details. A war file artifact is attached to the release.
- The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yaml) GitHub Action to create a new demo Docker image.
- The [Deploy to JLab](https://github.com/JeffersonLab/general-workflows/blob/main/.github/workflows/jlab-deploy-app.yml) GitHub Action to deploy to the JLab test environment.

## Deploy
Expand Down

0 comments on commit 6a269e9

Please sign in to comment.