Skip to content

[AGENT-6081] Fix class label files not working for binary models (#3) #7

[AGENT-6081] Fix class label files not working for binary models (#3)

[AGENT-6081] Fix class label files not working for binary models (#3) #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
paths:
- environments/java_codegen_monitoring/VERSION
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v4
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Build the Docker image'
run: make -C environments/java_codegen_monitoring push