Skip to content

[PLA-2071] Improves pipelines #8

[PLA-2071] Improves pipelines

[PLA-2071] Improves pipelines #8

Workflow file for this run

name: Build Docker Image
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: |
docker build .