Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Bump nanoid from 3.1.20 to 3.3.11 #18

Bump nanoid from 3.1.20 to 3.3.11

Bump nanoid from 3.1.20 to 3.3.11 #18

name: Backend Docker Build
on:
push:
branches: [ master ]
paths: [ 'backend/**', 'backend.Dockerfile', '.dockerignore', 'yarn.lock', 'package.json' ]
pull_request:
branches: [ master ]
paths: [ 'backend/**', 'backend.Dockerfile', '.dockerignore', 'yarn.lock', 'package.json' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file backend.Dockerfile --tag deadass-backend:$(date +%s)