mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-26 01:44:16 +00:00
ci: skip docker image builds during PRs (#7397)
This commit is contained in:
@@ -2,7 +2,6 @@ name: Docker
|
|||||||
# Build & Push rebuilds the tendermint docker image on every push to master and creation of tags
|
# Build & Push rebuilds the tendermint docker image on every push to master and creation of tags
|
||||||
# and pushes the image to https://hub.docker.com/r/interchainio/simapp/tags
|
# and pushes the image to https://hub.docker.com/r/interchainio/simapp/tags
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -39,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Build
|
||||||
uses: docker/setup-buildx-action@v1.6.0
|
uses: docker/setup-buildx-action@v1.6.0
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
|
|||||||
Reference in New Issue
Block a user