Merge branch 'main' of https://github.com/yiguan-z/notionnext into pr/YiGuan-z/1940

This commit is contained in:
tangly1024.com
2024-03-04 14:02:42 +08:00

View File

@@ -30,6 +30,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
@@ -54,6 +57,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}