Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Bump eslint-config-next from 13.4.19 to 14.0.1 #20

Bump eslint-config-next from 13.4.19 to 14.0.1

Bump eslint-config-next from 13.4.19 to 14.0.1 #20

Workflow file for this run

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