From 66ce4c111793207265dc9adfa66c0f9f47e25737 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:35:34 -0700 Subject: [PATCH] Minor renaming of feature branch tests --- 5etools-docker/.github/workflows/feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5etools-docker/.github/workflows/feature.yml b/5etools-docker/.github/workflows/feature.yml index a9acf7b5..5b5432e5 100644 --- a/5etools-docker/.github/workflows/feature.yml +++ b/5etools-docker/.github/workflows/feature.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Feature CI # Controls when the workflow will run on: @@ -30,7 +30,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@master - - name: Build and push the Docker image + - name: Build the Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: context: .