Skip to content

Commit

Permalink
FIX: NAV-72 - Set distribution to temurin and change docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed May 29, 2024
1 parent c751e83 commit 8fff739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Build image
run: |
COMMIT_HASH=$(git rev-parse --short HEAD)
IMAGE_TAG=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${COMMIT_HASH}
IMAGE_TAG=ghcr.io/${{ github.repository }}:${COMMIT_HASH}
docker build . --file Dockerfile --tag $IMAGE_TAG
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup
uses: actions/setup-java@v4
with:
distribution: 'openjdk'
distribution: 'temurin'
java-version: '21'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup
uses: actions/setup-java@v4
with:
distribution: 'openjdk'
distribution: 'temurin'
java-version: '21'
cache: 'maven'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
Expand Down

0 comments on commit 8fff739

Please sign in to comment.