Skip to content

[Snyk] Security upgrade next from 12.0.2 to 14.2.15 #126

[Snyk] Security upgrade next from 12.0.2 to 14.2.15

[Snyk] Security upgrade next from 12.0.2 to 14.2.15 #126

Workflow file for this run

name: Docker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
docker-build:
name: Docker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check if docker image build is working
run: docker build -f Dockerfile .