Skip to content

Update to ruby v3.2.2 and node v20 #2

Update to ruby v3.2.2 and node v20

Update to ruby v3.2.2 and node v20 #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches-ignore:
- develop
- staging
- main
pull_request:
jobs:
build-image:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pmpidam:$(date +%s)