Skip to content

Commit

Permalink
trigger a production build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankhereford committed Feb 29, 2024
1 parent 6bd891e commit 63677e4
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 @@ -53,5 +53,5 @@ 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/master' && 'production' || 'production' }}

0 comments on commit 63677e4

Please sign in to comment.