Skip to content

Use sed to replace Xmx value #6

Use sed to replace Xmx value

Use sed to replace Xmx value #6

Workflow file for this run

name: Build java-jre22
on:
push:
branches:
- main
paths:
- java/java-jre22/*
- java/entrypoint.sh
- .github/workflows/java-jre22.yml
jobs:
push:
name: "java-jre22"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
with:
version: "v0.9.1"
buildkitd-flags: --debug
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: ./java
file: ./java/java-jre22/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:java-jre22