Skip to content

Merge branch 'optimize-filters-sync' #7

Merge branch 'optimize-filters-sync'

Merge branch 'optimize-filters-sync' #7

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: chriscurrycc/memos:latest,chriscurrycc/memos:main