From 63677e49380647877f248e6187eefda59ff839ae Mon Sep 17 00:00:00 2001 From: Frank Hereford Date: Thu, 29 Feb 2024 09:21:39 -0600 Subject: [PATCH] trigger a production build --- .github/workflows/build_docker_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index 7fa01ea..39c412e 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -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' }}