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

Bump pbkdf2 from 3.1.1 to 3.1.3 #13

Bump pbkdf2 from 3.1.1 to 3.1.3

Bump pbkdf2 from 3.1.1 to 3.1.3 #13

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)