Skip to content

add path to yarn.lock #99

add path to yarn.lock

add path to yarn.lock #99

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- '**'
- '!master'
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker image
run: |
docker build .