Skip to content

Commit

Permalink
Merge pull request #3 from cityofaustin/update-ci-to-reflect-correct-…
Browse files Browse the repository at this point in the history
…default-branch

Update CI to reflect the correct primary branch name
  • Loading branch information
frankhereford authored Jan 7, 2025
2 parents 54c7e95 + 0dff023 commit 2343579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
platforms: linux/amd64,linux/arm64
context: etl/parse_email_save_attachment
push: true
tags: atddocker/maximo-geo-emergency-mgmt:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}
tags: atddocker/maximo-geo-emergency-mgmt:${{ github.ref == 'refs/heads/main' && 'production' || 'latest' }}

0 comments on commit 2343579

Please sign in to comment.