Skip to content

Commit

Permalink
Rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhereford committed Feb 29, 2024
1 parent ce379a7 commit 6bd891e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6bd891e

Please sign in to comment.