From 6bd891eb9c9c29c9e7f238b15093308be46212e4 Mon Sep 17 00:00:00 2001 From: Frank Hereford Date: Thu, 29 Feb 2024 09:20:43 -0600 Subject: [PATCH] Rename step --- .github/workflows/build_docker_images.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index f6f204d..7fa01ea 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -10,13 +10,13 @@ on: paths: - ".github/workflows/build_docker_images.yml" - "etl/**" - pull_request: - # branches: - # - master - # - production - paths: - - ".github/workflows/build_docker_images.yml" - - "etl/**" + # pull_request: + # branches: + # - master + # - production + # paths: + # - ".github/workflows/build_docker_images.yml" + # - "etl/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - name: Build and push AFD / EMS image + - name: Build and push Maximo/Geo Emergency Mgmt image if: steps.changes.outputs.parse_email_save_attachment == 'true' uses: docker/build-push-action@v4 with: