Browse Source

ci: skip docker image builds during PRs (#7397) (#7398)

(cherry picked from commit 0b3e00a6b5)

Co-authored-by: Sam Kleinman <garen@tychoish.com>
pull/7406/head
mergify[bot] 2 years ago
committed by GitHub
parent
commit
0b3764e3e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .github/workflows/docker.yml

+ 1
- 2
.github/workflows/docker.yml View File

@ -2,7 +2,6 @@ name: Docker
# 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
on:
pull_request:
push:
branches:
- master
@ -39,7 +38,7 @@ jobs:
with:
platforms: all
- name: Set up Docker Buildx
- name: Set up Docker Build
uses: docker/setup-buildx-action@v1.6.0
- name: Login to DockerHub


Loading…
Cancel
Save