Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

chore(deps): update ubuntu docker tag to v24 #5

chore(deps): update ubuntu docker tag to v24

chore(deps): update ubuntu docker tag to v24 #5

Workflow file for this run

name: Test Docker Image
on:
pull_request:
paths:
- Dockerfile
- .github/workflows/test-docker.yaml
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- run: docker build .