Skip to content

chore(deps): update yarn to v4 #378

chore(deps): update yarn to v4

chore(deps): update yarn to v4 #378

name: Docker build
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
docker-build:
name: Build image
runs-on: ubuntu-latest
container:
image: docker:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Build image
run: |
docker build .