Skip to content

Bump nyc from 17.1.0 to 18.0.0 in the default group #279

Bump nyc from 17.1.0 to 18.0.0 in the default group

Bump nyc from 17.1.0 to 18.0.0 in the default group #279

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build the Docker image
run: "echo 'module.exports = { usersDbConnection: { url: \"http://couchdb:5984\" }};' > config/localhost.js && docker build . --file Dockerfile --tag fielddb-auth:$(date +%s)"