Skip to content

ci: Alter the use of node16 to node20 #11

ci: Alter the use of node16 to node20

ci: Alter the use of node16 to node20 #11

Workflow file for this run

name: Docker Image Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)