Skip to content

Update ubuntu Docker tag to v24 - autoclosed #24

Update ubuntu Docker tag to v24 - autoclosed

Update ubuntu Docker tag to v24 - autoclosed #24

Workflow file for this run

name: validate
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Build the Docker image
run: docker build .