Skip to content

Commit

Permalink
DEVOPS-2662 Update GitHub actions/setup-java (#102)
Browse files Browse the repository at this point in the history
* Disable push to registry DEVOPS-2662

* Use actions/setup-java v4

* Enable push to registry DEVOPS-2662
  • Loading branch information
dcrossleyau authored Feb 28, 2024
1 parent 8dff491 commit 0856a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
cache: maven
cache: 'maven'
- name: Create Maven settings
uses: s4u/[email protected]
with:
Expand Down

0 comments on commit 0856a00

Please sign in to comment.