Skip to content

Commit

Permalink
fix: GPG error for amazon-corretto image
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Dec 9, 2024
1 parent e48bdd0 commit 3eb28d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
SERVICE_CONNECTOR_ENABLED: "${SERVICE_CONNECTOR_ENABLED}"

default:
image: maven:3.9.2-amazoncorretto-17-debian-bullseye
image: maven:3.9.9-eclipse-temurin-17-focal
services:
- name: "$DIND_IMAGE"
alias: docker
Expand All @@ -46,4 +46,4 @@ deploy:
- ./linux-amd64/helm repo add edu-sharing https://artifacts.edu-sharing.com/repository/helm
- popd
script:
- mvn $MAVEN_CLI -s .mvn/settings.xml deploy
- mvn $MAVEN_CLI -s .mvn/settings.xml deploy

0 comments on commit 3eb28d0

Please sign in to comment.