DEVEX-20:

This commit is contained in:
subochev 2025-12-24 21:44:02 +03:00
parent e76689c79a
commit 92be1b170d
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ runs:
shell: bash
run: |
cat > ./Dockerfile << 'EOF'
FROM openjdk:21-jre-slim
FROM bellsoft/liberica-openjdk-alpine:21.0.6-10
COPY /build/libs/*.jar /app.jar

View File

@ -26,8 +26,6 @@ runs:
chmod 600 ~/.ssh/config
chmod 600 ~/.ssh/my_key
echo 'Proxy configured successfull'
cat ~/.ssh/config
cat ~/.ssh/my_key
# - name: 'Cleanup'
# if: always()