Skip to content

Parameterize Ubuntu version in Dockerfile #13

Parameterize Ubuntu version in Dockerfile

Parameterize Ubuntu version in Dockerfile #13

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build the Docker image
run: docker build . --tag cpp-dev:$(date +%s)