Skip to content

Fix the aws bucket name and the model server name #2

Fix the aws bucket name and the model server name

Fix the aws bucket name and the model server name #2

---
name: "Container build and test"
on: [push, pull_request, workflow_call]
permissions: read-all
jobs:
podman-build:
name: Utility Container Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Utility Container Build
run: make build
- name: Run Container tests
run: make test