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' }}