Skip to content

[CI/Build] upgrade Dockerfile to ubuntu 22.04 #1

[CI/Build] upgrade Dockerfile to ubuntu 22.04

[CI/Build] upgrade Dockerfile to ubuntu 22.04 #1

Workflow file for this run

name: Build Container Image
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false