Skip to content

Change UBUNTU_VERSION to ARG in Dockerfile #14

Change UBUNTU_VERSION to ARG in Dockerfile

Change UBUNTU_VERSION to ARG in Dockerfile #14

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)