ci: 跳过上传 dependabot 引发的 docker image 构建

This commit is contained in:
Clansty 2024-01-11 17:11:49 +08:00
parent 649e350408
commit 43b4f14d95
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true
push: ${{ github.actor != 'dependabot[bot]' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64