Remove docker push on pr
This commit is contained in:
parent
46a2c29b22
commit
1113ef972f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/publish-docker-auto.yml
vendored
4
.github/workflows/publish-docker-auto.yml
vendored
|
@ -6,9 +6,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'development'
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
Reference in a new issue