Skip to content

fix: remove Dockerfile first layer of binutils #2

fix: remove Dockerfile first layer of binutils

fix: remove Dockerfile first layer of binutils #2

Workflow file for this run

name: slimjre container ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v4
- name: build OCI container image
run: |
docker build -t slimjre .
docker tag slimjre localhost/slimjre:latest