Skip to content

猬嗭笍 Upgrade React 18, TypeScript 5, antd 4 with react-hook-form migration #483

猬嗭笍 Upgrade React 18, TypeScript 5, antd 4 with react-hook-form migration

猬嗭笍 Upgrade React 18, TypeScript 5, antd 4 with react-hook-form migration #483

Workflow file for this run

name: Primer3
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Primer3
run: |
cd lambda
make
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./lambda
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ secrets.DOCKER_USERNAME }}/mutation-maker-primer3:latest