mirror of https://github.com/Nofated095/Q2TG.git
ci: 跳过上传 dependabot 引发的 docker image 构建
This commit is contained in:
parent
649e350408
commit
43b4f14d95
|
@ -40,7 +40,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
|
Loading…
Reference in New Issue