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

Bump react-router from 4.3.1 to 7.5.2 #12

Bump react-router from 4.3.1 to 7.5.2

Bump react-router from 4.3.1 to 7.5.2 #12

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)