You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/02/07 00:26:13 UTC

[superset] branch master updated: chore: rename action to docker-build (#12980)

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bb3053  chore: rename action to docker-build (#12980)
1bb3053 is described below

commit 1bb305323ed541573d378aa39fce6404936f0d20
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Sat Feb 6 16:25:46 2021 -0800

    chore: rename action to docker-build (#12980)
---
 .github/workflows/docker.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index d149986..7929d81 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -8,9 +8,9 @@ on:
     types: [synchronize, opened, reopened, ready_for_review]
 
 jobs:
-  build:
+  docker-build:
     if: github.event.pull_request.draft == false
-    name: build
+    name: docker-build
     runs-on: ubuntu-latest
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"